Cell Referencing
Cell Referencing
When used in a formula, cell references help Excel find the values the formula should calculate.
For instance, to pull the value of A1 to another cell, you use this simple formula:
=A1
To add up the values in cells A1 and A2, you use this one:
=A1+A2
To switch from the default A1 style to R1C1, click File > Options > Formulas, and then uncheck the
R1C1 reference style box.
To refer to the whole row or entire column, click the row number or the column letter, respectively.
For instance, to add up all the cells in row 1, start typing the SUM function, and then click the header
of the first row to include the row reference in your formula:
Tip. To get various information about a cell, use the CELL function.
For real-life formula examples, please check out Mixed cell references in Excel.