- Joined
- 15 January 2008
- Posts
- 691
- Reactions
- 1
if you want a cell to remain a constant while dragging formulas down rows or across columns you just add $ signs into the row.column number.
i.e. A2 would be $A$2. This locks that variable to the cell A2.
You can also just place one $ sign in there too to allow one of the variables to change with the drag.
i.e. $A2 will force the value to remain in column A but vary down the rows
or A$2 will force the value to remain in row 2 but vary along the columns.
Hopefully that made sense
i.e. A2 would be $A$2. This locks that variable to the cell A2.
You can also just place one $ sign in there too to allow one of the variables to change with the drag.
i.e. $A2 will force the value to remain in column A but vary down the rows
or A$2 will force the value to remain in row 2 but vary along the columns.
Hopefully that made sense