Excel Relative and Absolute Cell References (original) (raw)

Last Updated : 23 Jan, 2026

Understanding cell references is the backbone of writing accurate Excel formulas. Whether you're copying formulas across rows or locking a value in place, knowing when to use relative or absolute references can save time and prevent errors.

Cell Reference in Excel

A cell reference is the address of a cell or a range of cells, identified by a column letter and a row number (for example, A1). Excel uses cell references to determine where to fetch data for calculations.

Types of Cell References in Excel

Excel mainly supports two types of cell references:

A third type, mixed reference, is a combination of both and is briefly mentioned below.

**Relative Reference in Excel

A relative reference is Excel’s default reference type. It does not use dollar signs ($). When a formula is copied or filled, the cell references automatically adjust based on their new position.

**Examples: A1, B2, C5

When to use it:

relative-cell

Relative Reference in Excel

Absolute Reference in Excel

An absolute reference locks both the row and column using the dollar sign ($). The reference remains unchanged when copied or filled.

**Examples: $A$1, $C$2

Press F4 after selecting a cell reference to toggle between reference types.

**When to use it:

Absolute

Absolute Reference in Excel

Excel's Relative Reference: Example

We want to add the marks of two subjects entered in column A and column B and display the result in column C. Here, we will use relative reference so that the same rows of columnsExcel A and B are added.

In this example, we are entering marks 1 and 2 in columns A and B respectively with total marks in column C.

**Step 1: Open Excel and Enter Data

open-excel-and-enter-data

Open Excel and Enter the Data

**Step 2: Enter the Formula

reference-1

Enter the Formula

**Step 3: Click on Fill Handle

reference-2

Click on Fill Handle

**Step 4: Drag the Handle

reference-3

Drag the Handle

Reference-5

Total Marks Displayed

**Step 5: Check the Performed Action

reference-4

Check the Performed Action

In the above example, we see that the relative address of cell A2 changes to A3, A4, and so on, similarly the relative address changes for column B, depending on the relative position of the row.

**Absolute Reference: Example

For example, We want to multiply the sum of marks of two subjects, entered in column A and column B, with the percentage entered in cell C2 and display the result in column D. Here, we will use absolute reference so that the address of cell C2 remains constant and does not change with the relative position of column and rows.

**Step 1: Open Excel and Enter Data

open-excel-enter-data

Open Excel and Enter the Data

**Step 2: Enter the Formula

reference-6

Enter the Formula

**Step 3: Click on Fill Handle

reference-7

Click on Fill Handle

**Step 4: Drag the Handle

reference-8

Drag the Handle

reference-9

Total Output

**Step 5: Check the Performed Action

reference-10

Check the Performed Action

Thus, in the above example, we see that the address of cell C2 is not changed whereas the address of columns A and B changes with the relative position of the row and column, this happened because we used the absolute address of cell C2.

Cell References with Multiple Worksheets in Excel

**Step 1: Open Excel and Enter Data

open-excel-and-enter-data

Open Excel and Enter the Data

**Step 2: Locate the Cell for Reference

step-2

Locate the Cell for Reference

**Step 3: Access Second Worksheet

Step-3-(1)

Access Second Worksheet

**Step 4: Locate Cell

**Step 5: Enter Equals To followed by Sheet Name and Exclamation

Step-5-(1)

Enter Equals To followed by Sheet Name and Exclamation

Difference Between Relative and Absolute Cell References in Excel

**Aspect **Relative Reference **Absolute Reference
**Definition Changes automatically based on the formula’s new position when copied or filled Remains fixed, no matter where the formula is copied or filled
**Symbol No dollar sign ($) used Dollar signs ($) placed before both column and row
**Example A1 becomes B1 when copied from column A to B AAA1 stays the same everywhere
**Usage Best for repetitive calculations across rows or columns Ideal for fixed values like tax rates, percentages, or constants
**Syntax Column letter + row number $ + column letter + $ + row number
**Example Formula =A1+B1 =$A$1+$B$1

**Also Read:

Relative, Absolute ,and Mixed Cell Reference in Excel