I have a range of rows with a column with a formula I populated using ctrl-D. How can I insert a new line so values are blank but formulas are copied?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like you are looking for a “pastespecial–> formulas but not values” option. I’m pretty sure that isn’t possible unless you use VBA.
You could try something like:
This will clear any cells that don’t have formulas. It assumes you are in the left-most cell in the row when you call it, and that the row doesn’t have any blank cells. If those assumptions aren’t accurate, you’ll need to tweak it to get it to work.
Update
Add the code to your workbook:
Associate it with a button:
Associate it with a shortcut: