A similar formula is sometimes needed all the way down a column of a spreadsheet. To do this we replicate or fill the formula down the required cells. Think about the following spreadsheet:
What would appear in cells D3 and D4 if you filled down the formula in cell D2? Obviously we don't want =B2+C2 to appear in every cell. The computer automatically changes the cell references to =B3+C3 and =B4+C4. This is called Relative Referencing. Sometimes we don't want this to happen. In these cases we would use an absolute reference. For example:
All the formula have to refer to cell B1 so this has not updated. It has to be an absolute reference. To indicate to the computer that you do not want B1 to change you must enter the reference as B$1. If you were filling across you would need to change the reference to $B1.
|