What does $ (dollar sign) mean in Excel Formulas? (2024)

If you have worked with Excel formulas, I am sure you have noticed that sometimes there is a $ symbol as a part of the cell references.

If you’re wondering what does the $ sign means in Excel formulas/functions, this article is the right place.

Table of Contents

What does $ mean in Excel formulas?

One of the things that make Excel such a powerful tool is the ability to refer to cells/ranges and use these in formulas.

And when you copy these formulas, these cell references can adjust automatically (or should I say automatically).

Below is an example where I copy the cell C2 (which has a formula) and paste it in C3.

What does $ (dollar sign) mean in Excel Formulas? (1)

You can see that the formula adjusts the references when I copy and paste it. While in the formula in cell C2 refers to A2 and B2, the one in C3 refers to A3 and B3.

This is called relative reference where the references adjust based on the cell in which it has been applied.

But what if you don’t want some cells to adjust the reference?

What if you want to copy the formula, but don’t want the cell reference to change?

…. introducing the $ sign.

When you use a $ sign before the cell reference (such as $C$2), you’re telling Excel to keep referring to cell C3 even when you copy and paste the formula.

Now you can use the dollar ($) sign in three different ways, which means that there are three types of references on Excel.

Also read: How To Remove Formula From Excel?

Shortcut to add $ Sign to Cell References

There are two ways you can add the $ sign to a cell reference in Excel.

You can either do it manually (i.e., go into the edit mode in a cell by double-clicking on it or using F2, placing the cursor where you want the $ sign and then typing it manually).

Or you can use the keyboard shortcut

 F4

To use this shortcut, simply place the cursor on the cell reference where you want to add the dollar sign and press is once. You will notice that it will change the reference by adding/removing the $ sign (based on what’s the original reference).

For example, suppose you have the reference C2 in a cell. Here is how the F4 shortcut would work:

  • Press F4 one time – C2 will change to $C$2
  • Press F4 two times – C2 will change to C$2
  • Press F4 three times – C2 will change to $C2
  • Press F4 four times – C2 will change back to C2

Types of References in Excel

There are three types of references in Excel:

  • Relative references
  • Absolute references
  • Mixed references

In relative references, you don’t use a dollar ($) sign in the references at all.

In mixed references, you use the dollar sign ($) only once (such as $C3 or C$3)

In absolute reference, you use the dollar sign in twice in a reference (such as $C$3).

Let me quickly explain each of these with a simple example.

Relative reference

Relative reference is where you don’t use a dollar ($) sign at all.

And when you copy a cell that has a relative reference, it will change and adjust based on the cell where you copy it.

Below is the same example again, where the references adjust as soon as we copy and paste the cell that has the formula.

What does $ (dollar sign) mean in Excel Formulas? (2)

Absolute reference

In absolute references, you have the $ sign before the row number and the column alphabet (example $C$3)

When you use this in formulas, it will not change the reference

when you copy and paste the cell. This could be useful when you have some value that needs to remain constant (such as time period or interest rates, etc.)

Below is an example where I have a value in cell D2 which needs to remain constant (and not change when we copy-paste the formulas).

What does $ (dollar sign) mean in Excel Formulas? (3)

By using $D$2, we make sure that it doesn’t change when we copy-paste the cell with the formula.

Note that this example has both, relative cell reference (without the $ sign) and an absolute cell reference (with two $ signs).

Note: If you’re wondering why not simply hard code the value instead of using the absolute cell reference (the one with two dollar signs). While you can use the value itself, in the future, if you have to change the value in formulas, you will have to manually do it. Instead, you can simply change the value in C3, and all the formulas would automatically update.

Mixed reference

These are a little more complicated than the rest two.

In mixed cell references, you will have only one dollar sign (for example – $C3 or C$3)

When you add a dollar sign in front of the column alphabet (C in this example), it locks the column only. This means that if you copy-paste the formula that uses $C3, the column would not change, but the row can change.

And when you add a dollar sign in front of the row number (3 in this example), it locks the row only. This means that if you copy-paste the formula that uses C$3, the row would not change, but the column can change.

Here is a good article that goes in-depth about the mixed cell references in Excel.

Summary

A dollar sign means that the part of the cell reference before which it has been used is anchored or fixed.

Below is a quick summary of what $ means in Excel formulas:

  1. $A$1 – always refers to column A and row 1
  2. $A1 – Column A is fixed and will not change, but the row is allowed to change as the formula is copied
  3. A$1 – Row 1 is fixed and will not change, but the column is allowed to change as the formula is copied.
  4. $A$1:$A$100 – always refers to the range A1:A100

I hope this article helps you understand what the $ sign means in Excel and how to use it.

Other Excel tutorials you may find useful:

  • How to Remove Dollar Sign in Excel
  • How to Remove Dashes (-) in Excel?
  • How to Lock Cells in Excel [Mac, Windows]
  • How to Apply Accounting Number Format in Excel
  • What does Pound/Hash Symbol (####) Mean in Excel?
  • What Does the Exclamation Point Mean in Excel?
  • How to Insert Symbols in Excel?
  • How to Get Euro Symbol in Excel
What does $ (dollar sign) mean in Excel Formulas? (2024)

FAQs

What does $ (dollar sign) mean in Excel Formulas? ›

The dollar sign in an Excel cell reference affects just one thing - it instructs Excel how to treat the reference when the formula is moved or copied to other cells. In a nutshell, using the $ sign before the row and column coordinates makes an absolute cell reference that won't change.

What does '$' mean in Excel formula? ›

In an absolute reference, each part of the reference (the letter that refers to the row and the number that refers to the column) is preceded by a “$” – for example, $A$1 is an absolute reference to cell A1. Wherever the formula is copied or moved, it always refers to cell A1.

What does $2 :$ 2 mean in Excel? ›

The formula "=average($2:$2)" calculates the average of all the cells in Row 2. The dollar sign before the row number ($2) locks the reference to Row 2 and makes it an absolute reference. The formula "=average(2:2)" will adjust using a whole-row reference to different rows.

Why does a formula in Excel always start with a dollar sign? ›

A formula always begins with an equal sign (=). Excel for the web interprets the characters that follow the equal sign as a formula. Following the equal sign are the elements to be calculated (the operands), such as constants or cell references.

What does a cell reference like $1 mean? ›

A$1. Allows the column reference to change, but not the row reference. $A$1. Allows neither the column nor the row reference to change. There is a shortcut for placing absolute cell references in your formulas!

What does the dollar do in Excel formula? ›

When writing an Excel formula, $ in cell references confuses many users. But the explanation is very simple. The dollar sign in an Excel cell reference serves just one purpose - it tells Excel whether to change or not to change the reference when the formula is copied to other cells.

What is the dollar sign trick in Excel? ›

To add the $ manually, double-click or press "F2" to enter edit mode in a cell, then place the pointer where you want the dollar sign and type it manually. To apply the "F4" shortcut method, place the pointer on the cell reference that requires the $ symbol and click it once.

What is the dollar sign in Excel fix value? ›

If you want to maintain the original cell reference when you copy it, you "lock" it by putting a dollar sign ($) before the cell and column references. For example, when you copy the formula =$A$2+$B$2 from C2 to D2, the formula stays exactly the same. This is an absolute reference.

What does the cell address a $1 in an Excel formula mean? ›

$A$1 (the reference is absolute) A$1 (relative column and absolute row) C$1 (the reference is mixed) $A1 (absolute column and relative row)

What is the difference between $A1 and a $1 in Excel? ›

$A1 will always point to column A, but the row is allowed to change as the formula is copied. A$1 will always point to row 1, but the column is allowed to change as the formula is copied.

What is the significance of dollar symbol operator in a cell reference? ›

Each formula refers to the cell immediately to its left. A dollar sign ($) can be used before the column and/or row part of a reference to control how the reference will be updated. The dollar sign causes the corresponding part of the reference to remain unchanged.

What does ~$ mean in Excel? ›

A file whose name starts with ~$ is almost certainly a temporary file created by Excel when you open a workbook. For example, when you open a workbook named Products. xlsx, Excel will create a temporary file ~$Products.

What is $A1 in Excel? ›

A cell reference or cell address is a combination of a column letter and a row number that identifies a cell on a worksheet. For example, A1 refers to the cell at the intersection of column A and row 1; B2 refers to the second cell in column B, and so on.

What does $4 mean in Excel? ›

Hence, we conclude that Addressing a cell as $A$4 is called Absolute Addressing.

What does $A1 in MS Excel refer to ______? ›

The correct answer is Mixed Cell reference of Row and Column. Key Points. The dollar sign locks the column or row proceeding it.

Top Articles
Latest Posts
Article information

Author: Margart Wisoky

Last Updated:

Views: 6110

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Margart Wisoky

Birthday: 1993-05-13

Address: 2113 Abernathy Knoll, New Tamerafurt, CT 66893-2169

Phone: +25815234346805

Job: Central Developer

Hobby: Machining, Pottery, Rafting, Cosplaying, Jogging, Taekwondo, Scouting

Introduction: My name is Margart Wisoky, I am a gorgeous, shiny, successful, beautiful, adventurous, excited, pleasant person who loves writing and wants to share my knowledge and understanding with you.