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.

Also read: How to Reference a Cell on Another Sheet 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? ›

Absolute references An absolute cell reference in a formula, such as $A$1, always refer to a cell in a specific location.

What is the dollar sign trick in Excel? ›

You can change the cell reference to an absolute reference by adding dollar signs before the row and column (for example, $D$2). Although you can type the dollar signs manually, the F4 key on your keyboard allows you to add both dollar signs with a single keystroke.

What does the dollar sign mean if it is used in this formula? ›

A dollar sign in Excel is used for absolute cell referencing. This tells Excel that you want to always refer to a specific cell even when your formula is copied across.

What is the formula for dollar value in Excel? ›

Examples
Col1FormulaDescription (Result)
-0.123=DOLLAR([Col1], 4)Displays the third number in a currency format, 4 digits to the right of the decimal point(($0.1230))
99.888=DOLLAR([Col1])Displays the fourth number in a currency format, 2 digits to the left of the decimal point ($99.89)
3 more rows

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

First, to calculate the average pay in an Excel sheet's row, sort the data in rows rather than columns. For instance, in row 4, you can reference the entire row in your formula. The formula "=average($2:$2)" calculates the average of all the cells in Row 2.

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 is a floating dollar sign in Excel? ›

Floating dollar sign - displays immediately to left of the first significant digit. assign by selecting desired format from Format Cells dialog box.

What is the dollar sign in function? ›

Functions and the Dollar Sign in JavaScript

You can also use the dollar sign ($) in function names. Using the dollar sign in function names can make it clear that a function is related to a specific feature or library. Overusing the dollar sign in function names can lead to confusion, so it should be used judiciously.

What is the dollar sign in the sheets formula? ›

There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row and/or column constant in the formula. An absolute reference is designated in the formula by the addition of a dollar sign ($).

What does the symbol mean in an Excel formula? ›

The @ symbol is already used in table references to indicate implicit intersection. Consider the following formula in a table =[@Column1]. Here the @ indicates that the formula should use implicit intersection to retrieve the value on the same row from [Column1].

How do dollar signs work 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 $1 mean in Excel formula? ›

Absolute Reference – Definition

The absolute cell reference in Excel works by locking a formula to a certain cell to keep the row and column constant. An Excel absolute reference adds a dollar symbol ($) before the column and row to keep the values intact.

What is the dollar code in Excel? ›

The DOLLAR function converts a number to text using currency number format: $#,##0.00_);($#,##0.00). The default for decimals is 2. If decimals is negative, number will be rounded to the left of the decimal point. The name of the function and the currency symbol used is based on language settings of the computer.

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

An Excel absolute reference adds a dollar symbol ($) before the column and row to keep the values intact. For instance, if A1 is the default cell reference, $A$1 is the absolute cell reference. If it precedes the column or row but not both, it's known as a mixed reference.

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.

Why use dollar signs in VLOOKUP? ›

However, when working with the VLOOKUP function, we want the lookup range to stay consistent. We can use absolute references to make this happen. To make a reference absolute, place dollar signs ($) before the parts of the reference you want to remain the same.

What do quotation marks mean in an Excel formula? ›

Detail: In Excel, double quotation marks ("") used within a formula, specifically with no characters in between them, represent an empty string(which means no text or a blank). This is a way to indicate a text string that contains no characters.

Top Articles
Latest Posts
Article information

Author: Aracelis Kilback

Last Updated:

Views: 6273

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Aracelis Kilback

Birthday: 1994-11-22

Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

Phone: +5992291857476

Job: Legal Officer

Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.