Relative & Absolute Cell References

Learn how relative, absolute, and mixed references behave when formulas are copied, and how to reference cells across worksheets.

Video

Watch the lesson video, then complete the reading and challenge.

Lesson Notes

Read through the key concepts before you try the challenge.

Understanding Relative References

Relative references are Excel’s default behavior. When a formula is copied, the row and column references adjust automatically.

Click cell D4 first, then type an equals sign (=) to begin entering your formula.

Selecting first cell for relative reference formula

Enter the formula =B4*C4 to multiply Unit Price by Quantity.

Relative reference formula entered
First relative reference result

Use the fill handle to copy the formula downward.

Dragging relative reference fill handle
Relative reference copied down

Notice how each row now references the corresponding unit price and quantity automatically.

Relative references updated correctly

Because the references were relative, Excel adjusted the row numbers automatically as the formula was copied.

Locking a Cell with Absolute References

If a formula uses a value that should not change — such as a tax rate — we must lock the reference.

Selecting cell for absolute reference formula

Without locking the tax rate in E2, copying the formula causes incorrect results.

Incorrect calculation without absolute reference

Because the reference was not locked, Excel shifted the tax rate cell as the formula was copied.

If you ever see your tax rate changing as you copy a formula, it usually means the reference was not locked.

Add dollar signs to lock the reference. $E$2 locks both the column and row. You can also click the cell reference and press F4 to insert the dollar signs automatically.

Formula using $E$2 absolute reference

Now copy the formula down using the fill handle.

Dragging absolute reference fill handle
Absolute reference copied correctly
Absolute reference remains locked

Final Result with Absolute Reference Applied

After locking the tax rate and copying the formula down, every row calculates correctly.

The tax rate remains fixed while unit prices and quantities adjust normally.

Final correct results after applying absolute reference

Mixed References

Excel allows partial locking of either rows or columns. This is called a mixed reference.

Mixed references are commonly used when building structured financial models or multiplication tables.

Graphic showing relative, absolute, and mixed references
  • $A$2 → Fully absolute (row and column locked)
  • A$2 → Row locked, column relative
  • $A2 → Column locked, row relative
  • A2 → Fully relative

Referencing Cells Across Worksheets

You can reference cells from another worksheet using the format SheetName!CellAddress.

Switching worksheets
Selecting cell in another worksheet

When referencing another worksheet, Excel automatically inserts the sheet name followed by an exclamation point.

If the sheet name contains spaces, Excel will wrap it in single quotation marks. Example: ='Paper Goods'!E13

Cross-sheet formula entered
Cross-sheet reference result

If the sheet name or cell reference is incorrect, Excel will return a #REF! error.

Error when worksheet reference is incorrect

Knowledge Check

Which symbol makes a cell reference absolute in Excel?

Practice File

Download this file and follow along with the lesson.

Challenge

Apply what you've learned in this lesson.

  1. Download the Cell References practice workbook.
  2. Click the Paper Goods tab at the bottom-left of the workbook.

Click cell D4 and begin your formula with =.

In cell D4, enter a formula that multiplies the unit price in B4, the quantity in C4, and the tax rate in E2. Make sure to use an absolute reference for the tax rate ($E$2) because it must remain constant.

Use the fill handle to copy the formula to cells D5:D12.

Change the tax rate in cell E2 to 6.5%. If your totals did not update correctly, check whether E2 was locked properly using $E$2.

When you're finished, your workbook should look like this:

Completed Paper Goods worksheet with updated tax rate
  1. Click the Catering Invoice tab.
  2. Delete the value in cell C5 and replace it with a reference to the total cost of the paper goods (cell E13 on the Paper Goods worksheet).
  3. Use the same steps to calculate the sales tax for each item on the Menu Order worksheet. The total in cell E14 should update.
  4. In cell C4 of the Catering Invoice worksheet, create a reference to the updated total.

When you're finished, the Catering Invoice worksheet should look like this:

Completed Catering Invoice worksheet