TipsMake
Newest

Types of cell references

In Google Sheets, there are two types of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled into other cells. Relative references change when a formula is copied to another cell. Absolute references, on the other hand, remain unchanged regardless of where they are copied.

 

Relative references

By default, all cell references are relative references. When copied across multiple cells, they change based on the relative positions of the rows and columns. For example, if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2. Relative references are especially convenient whenever you need to repeat the same calculation across multiple rows or columns.

How to create and copy formulas using relative references

The following example aims to create a formula that multiplies the price of each item by the quantity. Instead of creating a new formula for each row, you can create a single formula in cell D4 and then copy it to the other rows. Relative references will be used to ensure the formula calculates the exact total for each item.

1. Select the cell that will contain the formula. For example, we would select cell D4.

Types of cell references Picture 1

 

2. Enter the formula to calculate the desired value. For example, you would enter =B4*C4.

Types of cell references Picture 2

3. Press Enter on the keyboard. The formula will be calculated and the result will be displayed in the cell.

4. Select the cell you want to copy. For example, select cell D4 . The fill handle will appear in the bottom right corner of the cell.

Types of cell references Picture 3

5. Click and drag the fill handle to the cells you want to fill. For example, we would select cells D5:D13.

Types of cell references Picture 4

 

6. Release the mouse button. The formula will be copied to the selected cells with relative references, displaying the result in each cell.

Types of cell references Picture 5

You can double-click on filled cells to check the accuracy of the formula. Relative cell references should be different for each cell, depending on their row.

Types of cell references Picture 6

Absolute reference

Sometimes you might not want the cell reference to change when copying or filling a cell. You can use an absolute reference to keep a row and/or column constant in a formula.

An absolute reference is specified in a formula by adding a dollar sign ($). It can precede a column reference, a row reference, or both.

Types of cell references Picture 7

You'll most likely use the $A$2 format when creating formulas that contain absolute references. The other two formats are used less frequently.

How to create and copy formulas using absolute references

The example below will use cell E2 (containing a 7.5% tax rate) to calculate the sales tax for each item in column D. To ensure the reference to the tax rate remains constant—even if the formula is copied and filled into other cells—cell $E$2 will be set as the absolute reference.

1. Select the cell that will contain the formula. For example, we would select cell D4.

Types of cell references Picture 8

 

2. Enter the formula to calculate the desired value. For example, you would enter =(B4*C4)*$E$2 , making $E$2 an absolute reference.

Types of cell references Picture 9

3. Press Enter on the keyboard. The formula will perform the calculation, and the result will be displayed in the cell.

4. Select the cell you want to copy. For example, select cell D4 . The fill handle will appear in the bottom right corner of the cell.

Types of cell references Picture 10

5. Click and drag the fill handle into the cells you want to fill (cells D5:D13 in the example).

Types of cell references Picture 11

6. Release the mouse button. The formula will be copied to the selected cells with absolute references, and the values ​​in each cell will be calculated.

Types of cell references Picture 12

You can double-click on filled cells to check the accuracy of the formula. Absolute references must be the same for each cell, while other references are relative to the cell's row.

Types of cell references Picture 13

Make sure to include the dollar sign ($) whenever you're making an absolute reference across multiple cells. Without the dollar sign, Google Sheets will interpret it as a relative reference, producing an incorrect result when copied to other cells.

Types of cell references Picture 14

Micah Soto
Share by Micah Soto
Update 24 January 2026