Understanding Cell References in excel is the main objective in this lesson. Cell references are foundational topics to spreadsheet functionality, enabling users to create dynamic and flexible formulas. By the end of this lesson you will gain the appropriate concept of Cell References. You learn how to Use Cell References Effectively and their impact on different Cell References.
A cell reference in Excel is an essential identifier for a specific cell or range, functioning as a variable in Excel formulas. It consists of a column letter and a corresponding row number, used to locate and retrieve data within a sheet for formula calculations.
Purpose of Cell References:
Excel records cell addresses in formulas and functions in three different ways:
Relative Cell Reference: Relative cell referencing in Excel involves calling cells using their column and row labels, like ‘A1’. When you use relative referencing in formulas or functions and copy them from one cell to another, Excel adjusts the cell addresses relative to their new position.
For example, let’s say you have a simple addition formula ‘=A1+B1’ in cell C1. When you copy this formula to cell C2, Excel dynamically updates it to ‘=A2+B2’ to match the new row.
Similarly another example, consider an average function ‘=AVERAGE(B2:B5)’ in cell B6. When you copy this function to cell C6, Excel adjusts it to ‘=AVERAGE(C2:C5)’ to reflect the new column.
Use Relative Cell References:
How to use Relative Cell Reference in Calculation:
Suppose you have a table where column A represents different expense categories, column B contains the amounts spent, and columns C and D are for calculations. We’ll use relative, absolute, and mixed cell references to perform calculations.


Figure: Relative Cell Reference
Here, we calculate the percentage of the monthly budget spent on each category. [Note: To show percentage sign in the values, make sure the cell type is percentage.]
Absolute Cell Reference: Absolute cell references in Excel always point to the same cell, regardless of where you copy the formula or function. To make a reference absolute, you use dollar signs (‘$’) before the column letter and row number, like ‘$A$1’. You can add these dollar signs by typing them or using the F4 shortcut after entering the cell address.
How to use Absolute Cell Reference in Calculation:
In the following figure,


Figure: Absolute Cell Reference
Use Absolute References:
Mixed Cell Reference: A mixed cell reference is used when you want part of the reference to be absolute and part to be relative. This allows you to fix either the row or the column while allowing the other to adjust.
For example, consider the formula ‘=A$1 + $B2’. Here, the row of cell A1 is fixed, and the column of cell B2 is fixed. Like absolute referencing, you add a dollar sign (‘$’), but only in front of the column OR row identifier for the referenced cell.
To quickly add dollar signs using the F4 keyboard shortcut:
Use Mixed Cell References:
Every single cell reference can contain both relative and absolute reference. Because, in every cell reference there are two parts – one is for columns which are denoted by english letters (A,B,C…..), another represents a row that is the number (1,2,3….). For example A1, B5, G6 and so on. We know from the previous sections that the difference between relative and absolute can be identified by dollar ($) sign. To recap, there is no $ sign in relative, but in absolute there is. In the table, we denoted column as C, row as R, yes as Y and no as N. Now, we clearly visualize that if there is $ sign in column (C) and row (C) both then it is an absolute reference because row and column both are constant here. On the opposite, if both are no then it is a relative reference. However, when there is a mix of Y and N then it is a mixed reference because that contains both relative and absolute references.
| SIGN | LETTER – COLUMN – C | NUMBER – ROW – R | MEANINGS |
| $ (BEFORE) | Y | Y | ABSOLUTE |
| Y | N | C – ABSOLUTE R – RELATIVE | |
| N | Y | C – RELATIVE R – ABSOLUTE | |
| N | N | RELATIVE |
How to use Mixed Cell Reference in Calculation:
In the figures, we can see the usage of mixed cell references.


Figure: Mixed Cell Reference
Understanding cell references is the primary knowledge for having the full potential of Excel. Whether you are crafting complicated formulas or establishing connections between data points, the understanding of relative, absolute, and mixed references empowers you to navigate and manipulate your spreadsheet data with precision and efficiency.