Excel – Extend Excel Formula Without Overwriting Background Color

formattingmicrosoft excelmicrosoft-excel-2010worksheet-function

In Excel 2010, how can I extend a formula down (updating cell references) and avoid overwriting the background and fonts of the cells below it?

For example, if I have the following Excel spreadsheet

Example Spreadsheet

How could I extend the formula in $B$1 down through rows 2, 3, and 4 without changing their background color to light blue, and making sure that the reference to A1 in the formula gets updated to A2, A3 and so on?

Best Answer

Well, there is indeed another option:

enter image description here

And when you pick 'Fill without Formatting', your formulas will be copied without the background being copied over.

[Note for formulas, you won't get "Fill Series", I just got the picture from google =P]

I still prefer using the paste formulas only, since I can easily put it in the quick access toolbar and use Alt + [Some number] as shortcut.

Related Question