Jack-P-Winner
Member
Can someone give me a real example of the relative and absolute referencing so I can understand the difference?
In Excel formulas, you can refer to other cells either relatively or absolutely. When you copy and paste a formula in Excel, how you create the references within the formula tells Excel what to change in the formula it pastes. The formula can either change the references relative to the cell where you're pasting it (relative reference), or it can always refer to a specific cell. You can also mix relative and absolute references so that, when you move or copy a formula, the row changes but the column does not, or vice versa.
Preceding the row and/or column designators with a dollar sign ($) specifies an absolute reference in Excel.
ExampleComment
=A1Complete relative reference
=$A1The column is absolute; (to what?) the row is relative (to what?)
=A$1The column is relative; (to what?) the row is absolute (to what?)
=$A$1
Complete absolute reference
In Excel formulas, you can refer to other cells either relatively or absolutely. When you copy and paste a formula in Excel, how you create the references within the formula tells Excel what to change in the formula it pastes. The formula can either change the references relative to the cell where you're pasting it (relative reference), or it can always refer to a specific cell. You can also mix relative and absolute references so that, when you move or copy a formula, the row changes but the column does not, or vice versa.
Preceding the row and/or column designators with a dollar sign ($) specifies an absolute reference in Excel.
ExampleComment
=A1Complete relative reference
=$A1The column is absolute; (to what?) the row is relative (to what?)
=A$1The column is relative; (to what?) the row is absolute (to what?)
=$A$1
Complete absolute reference