What does Dollar Sign ($) mean in Excel Formulas? (2024)

Many times you would have come across formulas in Excel where you see a dollar sign ($) attached with the cell references. If you fall in that description, you might think that like the world, money is also making Excel go round. The monetary aspect isn’t why the dollar sign is being used here even though we can’t confirm that Excel is completely nonmaterialistic.

There may be great emphasis on finding the right function for Excel maneuvers, but it’s equally important to use the formula the right way too. In today’s tutorial, we will talk about the right usage of formulas using this small Excel trick, a dollar sign. Examples are B2, $B$2, $B2, and B$2.

Think of the dollar sign as a lock, as it locks the proceeding element; column or row. Since the formulas we use on the worksheets may not just be applied to a single cell, we would want to control the behavior of a formula as it is copied to other cells and hence to other rows and columns.

What does Dollar Sign ($) mean in Excel Formulas? (1)

Learn how to add the dollar sign to a cell reference in a formula using a shortcut key. If this is new to you, find out why it's important to lock a reference and what are the 3 types of references. Now…

Let’s make some bucks! (Sad joke)

Table of Contents

What does $ (dollar sign) mean in Excel?

The dollar sign ($) in Excel, when attached to cell references, denotes an absolute reference. This means that the referenced cell is securely locked and remains unchanged regardless of formula movement.

  • To lock a column, prefix the column letter with a dollar sign, like $B2.
  • Similarly, to lock a row, place the dollar sign before the row number, such as B$2.
  • For a combination of both, use the dollar sign before both the column letter and row number, like $B$2.

Look at this super simple formula below:

=C3*D3

What does Dollar Sign ($) mean in Excel Formulas? (2)

It’s a simple formula used to multiply the contents of one cell with another. In itself, the formula is fine as it is and just for one cell you won’t need to lock any cell reference. The need to lock a reference arises when the same formula will be copied elsewhere. When the given formula is dragged or copied down, see what happens:

What does Dollar Sign ($) mean in Excel Formulas? (3)

Since we are copying the formula down along the column, the column reference is constant in the formula and the row numbers have changed. In this way, as the formula is dragged down, the reference will keep changing and each price will be multiplied by the adjacent product discount.

Likewise, when a formula is pasted rightward, the row will be constant and the column reference will change in the formula. This is how cell references behave in formula-pasting.

Now what will you do if you want to multiply each product with just the 20% discount only as a small check? You can change each product discount to 20% but only for running a check on things, that’s taking it too far.

You can lock the cell in the formula by converting the reference to an absolute reference. By doing that, the cell with the discount will stay fixed in the formula while the prices will change row by row to multiply each cell individually with 20% and return the results in the target column.

What does Dollar Sign ($) mean in Excel Formulas? (4)

Locking D3 with dollar signs keeps it constant in other rows.

Instead of entering a value in a cell in the formula (e.g. changing the formula to =C3*20%) refer to the cell containing 20% and lock it so the value of the cell value can be changed as per the need, instead of having to rearrange the data and alter the formula. You can also have this cell created separately outside of the table e.g. $I$2.

Convinced? Read on to learn how to add a dollar sign to the formulas in Excel.

Shortcut to Add Dollar Sign in Formulas

Manual addition is an option too, but the shortcut to add the dollar sign in formulas is pretty… short. The shortcut key to be used to add the $ sign to lock a cell reference is:

F4

The dollar sign is added to the formula by having the blinking cursor in one of three places; before, after, or in between the coordinates of the cell reference you want to lock.

Every time you hit the F4 key to add a locked reference (say we’re at B2), Excel will loop through all the reference options starting with:

  • an absolute reference (e.g. $B$2),
  • then mixed references, first with a fixed row (e.g. B$2) and then with a fixed column (e.g. $B2),
  • and then back to a relative reference (e.g. B2).

To find out what these references are and how they work (or don’t work since we’re locking them?), read the section below.

Types of References in Excel

The cell references you will find in Excel formulas are:

  • Relative reference
  • Absolute reference
  • Mixed reference

This section will tell you the role of each reference so let’s begin.

Relative Reference

A relative reference is a regular type and this is the cell reference that goes into your formulas by default. Think of it as a free reference that is not held down by anything. The reference is relative to the position of the target cell (the cell the formula is in).

Here’s a glimpse of what it looks like:

What does Dollar Sign ($) mean in Excel Formulas? (5)

In the example shot above, the formula shows two relative references; C3 and D3. When this formula is dragged down and the row of the formula changes, you can see that the cell references in the formula accommodate the change:

What does Dollar Sign ($) mean in Excel Formulas? (6)

From C3 and D3, the references are left free to become C4 and D4. If the formula is dragged to the right, the row will be the same in the formula and the column will change. In this type of reference, there is a relative column and a relative row.

Absolute Reference

Absolute is used here as the opposite of relative; i.e. fixed. In an absolute reference, both the column and row of the cell reference are locked. The lock is represented by a dollar sign. An absolute reference can be applied to a single cell or an entire range. The latter will be necessary for referring to tables in formulas.

As an example, we will show you what a range with absolute references looks like and you can apply the same concept to a single cell too. Have a look at the formula below:

What does Dollar Sign ($) mean in Excel Formulas? (7)

In this formula, we will zero in on the second parameter. Let's take one reference from the range in the second parameter; $B$3. This is an absolute reference as it contains an absolute column and an absolute row. Consequently, as the formula is copied down, the reference will not change:

What does Dollar Sign ($) mean in Excel Formulas? (8)

See that? The reference is still $B$3 and has taken no effect from being copied down while the relative reference in the formula has changed from E3 to E4. Do you want to know what would happen if the reference wasn’t locked in place?

In this formula we have referred the range as an absolute reference which is $B$3:$C$12 and selected through the formula, it looks like this in Excel:

What does Dollar Sign ($) mean in Excel Formulas? (9)

This is the range that has been selected for returning the relevant data using the example formula. Had we left the range reference relative, copying down the formula would do this:

What does Dollar Sign ($) mean in Excel Formulas? (10)

As evident from the formula and the selected range, that hasn’t worked out well. The range has shifted from B3:C12 to B4:C13. To avoid this, remember to lock your references with the dollar signs.

Also, see this small example of creating an absolute reference for a single cell:

What does Dollar Sign ($) mean in Excel Formulas? (11)

In this example, every cell in column C is being compared to C3 which is entered as an absolute reference in the formula to keep it constant.

Note: An absolute reference only changes with additions or deletions of cells in the absolutely referred range. E.g. deleting row 10 from the event management example would adjust the range from $B$3:$C$12 to $B$3:$C$11, keeping the originally absolute reference intact in essence. This applies to the addition and deletion of columns as well.

Bonus tip: Excel also allows you to refer to and even lock an entire column or row. See these sample references to refer to the whole column B or whole row 2:

  • Relative column: B:B
  • Absolute column: $B:$B
  • Relative row: 2:2
  • Absolute row: $2:$2

Mixed Reference

Perhaps for the lack of a better term, this one’s called a mixed reference that includes both aspects, relative and absolute. There are two types of mixed reference; one where the column is constant and one where the row is constant. Let’s see how they can be applied.

Constant Column

A reference with a constant column means that the row is relative. Such a reference will look like this: $E4 where column E is locked with a dollar sign and row 4 is relative. A mixed reference with a constant column will be most helpful when you are comparing 2 or more columns and want to paste a formula rightward. See our example to understand this:

What does Dollar Sign ($) mean in Excel Formulas? (12)

The second parameter with $E4 is the mixed reference. Since we would want to apply the rest of the percentages in column E in the formula, we will lock the column and leave the row free so that the row can change from 4 to 5 and 6.

The relative row solves the problem of copying the formula vertically. As for copying the formula horizontally, this is where the absolute column comes into play. When the formula is dragged to the right, E4 stays as it is:

What does Dollar Sign ($) mean in Excel Formulas? (13)

And when copied down for Class B, the relative row comes in handy again.

What does Dollar Sign ($) mean in Excel Formulas? (14)

Constant Row

A mixed reference can also have the reverse; a relative column and a constant row. This will be required when you want to fix the row in a formula to apply the formula to 2 or more rows and also relatively change the column. Quite like the example ahead:

What does Dollar Sign ($) mean in Excel Formulas? (15)

In the second argument of the formula, we have entered a mixed reference with an absolute row. Since we want to fix row 13 as the formula is copied down, said row is locked with a dollar sign and the column is kept free to copy it across from column C to D.

In the next row of the formula, row 13 stays constant:

What does Dollar Sign ($) mean in Excel Formulas? (16)

With the formula copied across, the free column changes relative to its location:

What does Dollar Sign ($) mean in Excel Formulas? (17)

That was relatively easy, wasn't it? One thing is for sure, with the constantly changing world, there will absolutely be new things to learn. And on the Excel side of things, we can promise to broaden your horizons bit by bit. Why don’t we go take up on another Excel trick? Whoosh!

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 the dollar ($) sign do in Excel? ›

$ symbol in Excel locks a specific cell or rows or columns in a worksheet. The shortcut to lock down a reference in Excel is pressing ALT + F4. This feature is used while working on formulas when we do not want the reference to be changed when copying or dragging the formula to other cell references.

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.

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 code 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 #value mean in Excel? ›

#VALUE is Excel's way of saying, "There's something wrong with the way your formula is typed. Or, there's something wrong with the cells you are referencing." The error is very general, and it can be hard to find the exact cause of it.

What does $1 mean in Excel? ›

Absolute Reference – Definition

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 =$ a $5 mean in Excel? ›

The '$' sign will make it an absolute reference. If you want the formula to always refer to cell A5, you will input '=$A$5'. Whenever you move the cell containing this formula in the sheet, the formula will not change.

What is $A1 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 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.

How to calculate sum in Excel with dollar sign? ›

Access this feature through Edit > Find & Replace, searching for '$' and replacing with nothing. Afterward, the SUM function will calculate the total.

What does the dollar symbol 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 b$3 mean in Excel? ›

$B$3 means that both the B and the 3 will never change. $B$3 is referred to as an absolute reference; B$3 and $B3 are referred to as mixed references; and B3 is referred to as a relative reference.

What do symbols mean in Excel formulas? ›

Excel uses standard operators for formulas, such as a plus sign for addition (+), a minus sign for subtraction (-), an asterisk for multiplication (*), a forward slash for division (/), and a caret (^) for exponents. Standard operators. All formulas in Excel must begin with an equals sign (=).

What do apostrophes do in Excel? ›

When this happens, Excel automatically adds an apostrophe to the beginning of each cell to indicate that the value is text, rather than a number or date. While this may seem like a helpful feature, it can actually be quite frustrating if you need to perform calculations or manipulate the data in some way.

How do I use dollar format in Excel? ›

Tip: You can also press Ctrl+1 to open the Format Cells dialog box. In the Format Cells dialog box, in the Category list, click Currency or Accounting. In the Symbol box, click the currency symbol that you want. Note: If you want to display a monetary value without a currency symbol, you can click None.

When to use dollar sign 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.

References

Top Articles
The Best Southern Cheese Grits Recipe In Georgia - The Domestic Diva
Homemade Orange Curd Recipe - A Spicy Perspective
Rosy Boa Snake — Turtle Bay
Lorton Transfer Station
³µ¿Â«»ÍÀÇ Ã¢½ÃÀÚ À̸¸±¸ ¸íÀÎ, ¹Ì±¹ Ķ¸®Æ÷´Ï¾Æ ÁøÃâ - ¿ù°£ÆÄ¿öÄÚ¸®¾Æ
Craglist Oc
P2P4U Net Soccer
Nation Hearing Near Me
Vichatter Gifs
Helloid Worthington Login
Healing Guide Dragonflight 10.2.7 Wow Warring Dueling Guide
Costco Gas Foster City
New Stores Coming To Canton Ohio 2022
Fdny Business
Locate At&T Store Near Me
Conan Exiles: Nahrung und Trinken finden und herstellen
Accident On The 210 Freeway Today
Hobby Stores Near Me Now
Touchless Car Wash Schaumburg
Zillow Group Stock Price | ZG Stock Quote, News, and History | Markets Insider
Speedstepper
Meijer Deli Trays Brochure
Craftsman Yt3000 Oil Capacity
Sony Wf-1000Xm4 Controls
Wells Fargo Bank Florida Locations
Busted! 29 New Arrests in Portsmouth, Ohio – 03/27/22 Scioto County Mugshots
October 19 Sunset
Where Can I Cash A Huntington National Bank Check
Roch Hodech Nissan 2023
Memberweb Bw
RFK Jr., in Glendale, says he's under investigation for 'collecting a whale specimen'
Reli Stocktwits
Chris Provost Daughter Addie
Edict Of Force Poe
The Boogeyman Showtimes Near Surf Cinemas
The Transformation Of Vanessa Ray From Childhood To Blue Bloods - Looper
D-Day: Learn about the D-Day Invasion
877-292-0545
Flipper Zero Delivery Time
Autum Catholic Store
Sofia Franklyn Leaks
Anthem Bcbs Otc Catalog 2022
Fedex Passport Locations Near Me
Avance Primary Care Morrisville
Samsung 9C8
Aurora Southeast Recreation Center And Fieldhouse Reviews
Poster & 1600 Autocollants créatifs | Activité facile et ludique | Poppik Stickers
Razor Edge Gotti Pitbull Price
Jigidi Jigsaw Puzzles Free
28 Mm Zwart Spaanplaat Gemelamineerd (U999 ST9 Matte | RAL9005) Op Maat | Zagen Op Mm + ABS Kantenband
Ret Paladin Phase 2 Bis Wotlk
Service Changes and Self-Service Options
Latest Posts
Article information

Author: Kelle Weber

Last Updated:

Views: 6226

Rating: 4.2 / 5 (73 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Kelle Weber

Birthday: 2000-08-05

Address: 6796 Juan Square, Markfort, MN 58988

Phone: +8215934114615

Job: Hospitality Director

Hobby: tabletop games, Foreign language learning, Leather crafting, Horseback riding, Swimming, Knapping, Handball

Introduction: My name is Kelle Weber, I am a magnificent, enchanting, fair, joyous, light, determined, joyous person who loves writing and wants to share my knowledge and understanding with you.