Why Use Cell References in Excel?
Using cell references in Excel makes your formulas more dynamic. Instead of hardcoding numbers, referencing cells means your formulas adjust automatically whenever data changes. This saves you time and reduces the chance of errors.
Excel’s dollar sign can seem confusing, but it’s an important tool for controlling cell references.
Whether you’re copying a formula across cells or wanting to lock a specific value, understanding how and when to use the dollar sign will make your work easier.
Example: Adding Values with References
Imagine you want to add two numbers. You could type =10 + 20 directly into Excel.

But if these numbers change, you would need to update your formula each time.
Instead, you can reference the cells holding these values:
- Use
=A1 + A2if A1 contains 10 and A2 contains 20.

Now, if the values in A1 or A2 change, Excel will automatically recalculate the answer for you.

It’s like telling Excel, “Take the value in cell A1 and add it to the value in cell A2.” This way, your formula always stays up-to-date.
Featured Course
Excel Essentials for the Real World

Relative Cell References
By default, Excel uses relative references. This means the reference will change when you copy the formula to another cell.
For example, let’s say you write a formula in cell C2 to deduct B2 from A2 (i.e., =A2 - B2).
When you copy the formula to C3, the formula will adjust to deduct B3 from A3 (i.e., =A3 - B3).

This is helpful when you need the same pattern across multiple rows or columns.
Absolute Cell References: Using the Dollar Sign ($)
An absolute reference is fixed. If you want a reference to stay the same when copying a formula, use the dollar sign ($).
For instance:
- =$A$1: The dollar signs lock both the row and column. No matter where you copy the formula, it will always point to cell A1.
- Use the F4 key to quickly switch between different reference types when selecting a cell in your formula.

Example: How to Use References in Excel Formulas
Imagine you have a discount in cell B1 that you want to apply to all items in a column. You’d use $B$1 to ensure every formula refers to the same discount.
If you copy this formula, the reference to B1 will not change.

Mixed References: Locking Only What You Need
Sometimes, you only need to lock a row or a column, not both. This is called a mixed reference:
- $A1: The column is locked, but the row can change.
- A$1: The row is locked, but the column can change.
When Do You Use Mixed References?
Mixed references are helpful when you copy a formula across multiple rows or columns but still want part of the reference to stay the same.
Example: Mixed References in Excel
Imagine you have retail prices in column B, and two outlet discounts in cells C1 and D1.
You want to calculate the final outlet prices for the items listed in cells A4 to A7 using these discounts.

Here’s how to do it:
Write the Formula for Outlet A in Cell C4
In cell C4, write a formula that calculates the outlet price by applying the discount in C1 to the retail price in B4:
=$B4 * (1 - C$1)- The reference $B4 locks the column but allows the row to change when copied down. This ensures that the formula always refers to the retail price in column B.
- The reference C$1 locks the row but allows the column to change when copying the formula across to other columns (like D1 for Outlet B).

Copy the Formula Down and Across
- Copy down: Copy the formula from C4 to C5, C6, and C7. The reference $B4 will adjust to $B5, $B6, etc., allowing each retail price to be used.
- Copy Across: Now highlight C4 to C7 and drag the formula to column D. The reference to C$1 automatically updates to D$1, applying the discount for Outlet B, while the retail price still points to column B.

Key Takeaway:
- Use $B4 to keep the retail price in column B fixed.
- Use C$1 to keep the discount on row 1 but allow the column to change.
How to Copy Paste Exact Formula in Excel without Changing Cell Reference
Copying formulas in Excel should save you time, not cause headaches.
But if you’ve ever copied a formula and found that Excel changed the cell references, you know how frustrating it can be.
Suddenly, your data is off, and your calculations don’t add up.
Check out this guide to learn simple tricks to copy formulas without changing those all-important cell references.
Whether you’re filling down a column, copying across sheets, or moving formulas around, we’ve got you covered.
Featured Bundle
Black Belt Excel Bundle
Leila Gharani
I’ve spent over 20 years helping businesses use data to improve their results. I've worked as an economist and a consultant. I spent 12 years in corporate roles across finance, operations, and IT—managing SAP and Oracle projects.
As a 7-time Microsoft MVP, I have deep knowledge of tools like Excel and Power BI.
I love making complex tech topics easy to understand. There’s nothing better than helping someone realize they can do it themselves. I’m always learning new things too and finding better ways to help others succeed.











