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 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 does $a1 mean in Excel? ›

Absolute references An absolute cell reference in a formula, such as $A$1, always refer to a cell in a specific location. If the position of the cell that contains the formula changes, the absolute reference remains the same.

What does $- mean in Excel? ›

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 does $2 :$ 2 mean in Excel? ›

Entire Row Conference Example:

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.

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.

How do you use the dollar function in Excel? ›

The DOLLAR function, one of the TEXT functions, converts a number to text using currency format, with the decimals rounded to the number of places you specify. DOLLAR uses the $#,##0.00_);($#,##0.00) number format, although the currency symbol that is applied depends on your local language settings.

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? ›

Begin typing your formula as usual. When you reach the part of the formula where you need to reference a cell that should remain constant, add a dollar sign ($) before the column letter and the row number. For example, instead of typing A1, type $A$1. Complete your formula and press Enter to see the result.

What is dollar sign in expression? ›

Dollar Metacharacter in Regular Expressions. The $ symbol is one of the most commonly used symbols in RegEx. It is used to match the end of a string. In other words, you can call it "end of line anchor", since it anchors a pattern to the end of the line.

What are the 7 basic Excel formulas? ›

Basic formulas in Excel include arithmetic operations like addition, subtraction, multiplication, and division—for example, SUM, AVERAGE, COUNT, and PRODUCT.

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.

What does <> mean in Excel formula? ›

<> (not equal to sign) Not equal to.

What does ~$ mean in Excel? ›

Any file that starts with “~$” is a temporary file created by the Windows Operating System.

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.

References

Top Articles
The Best Sous Vide Pork Belly Recipe - Sous Vide Ways
Best The Pioneer Woman’s Cheesiest Recipes Ever Recipes, News, Tips And How-Tos
Exclusive: Baby Alien Fan Bus Leaked - Get the Inside Scoop! - Nick Lachey
Couchtuner The Office
Teenbeautyfitness
Steamy Afternoon With Handsome Fernando
Encore Atlanta Cheer Competition
Puretalkusa.com/Amac
United Dual Complete Providers
Blue Beetle Showtimes Near Regal Swamp Fox
Aces Fmc Charting
Becu Turbotax Discount Code
Shannon Dacombe
Erica Banks Net Worth | Boyfriend
Gayla Glenn Harris County Texas Update
Walgreens Tanque Verde And Catalina Hwy
Acts 16 Nkjv
We Discovered the Best Snow Cone Makers for Carnival-Worthy Desserts
Today Was A Good Day With Lyrics
UMvC3 OTT: Welcome to 2013!
Craigslist Illinois Springfield
Bellin Patient Portal
Weldmotor Vehicle.com
Getmnapp
Victory for Belron® company Carglass® Germany and ATU as European Court of Justice defends a fair and level playing field in the automotive aftermarket
1773x / >
Craigslist Pasco Kennewick Richland Washington
Superhot Free Online Game Unblocked
My Reading Manga Gay
Nikki Catsouras: The Tragic Story Behind The Face And Body Images
Busted! 29 New Arrests in Portsmouth, Ohio – 03/27/22 Scioto County Mugshots
Chicago Pd Rotten Tomatoes
Sf Bay Area Craigslist Com
Human Unitec International Inc (HMNU) Stock Price History Chart & Technical Analysis Graph - TipRanks.com
Bratislava | Location, Map, History, Culture, & Facts
1400 Kg To Lb
Kips Sunshine Kwik Lube
Metro 72 Hour Extension 2022
Kgirls Seattle
Sinai Sdn 2023
Ursula Creed Datasheet
Craigslist Jobs Brownsville Tx
World Social Protection Report 2024-26: Universal social protection for climate action and a just transition
Go Bananas Wareham Ma
Grizzly Expiration Date Chart 2023
Fairbanks Auto Repair - University Chevron
Elven Steel Ore Sun Haven
Dyi Urban Dictionary
Muni Metro Schedule
Okta Hendrick Login
Buildapc Deals
Loss Payee And Lienholder Addresses And Contact Information Updated Daily Free List Bank Of America
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 6220

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.