Share this article:

In Excel, the dollar sign ($) is a special character that is used in formulas and functions to create an absolute reference to a cell, column, or row. Absolute references are references that do not change when you copy or fill a formula to other cells. By using the dollar sign in Excel functions, you can ensure that a reference remains fixed in a formula, even when the formula is copied or filled to other cells.

The dollar sign can be used in two different ways in Excel functions: as an absolute reference to a cell, and as an absolute reference to a range of cells.

Using the Dollar Sign as an Absolute Reference to a Cell

When you use a cell reference in a formula without the dollar sign, the reference is relative. This means that when you copy or fill the formula to other cells, the reference will change based on the new location of the formula. For example, if you have the formula =A1+B1 in cell C1, and you copy the formula to cell C2, the formula will become =A2+B2.

To create an absolute reference to a cell in a formula, you can add a dollar sign before the column letter and/or the row number of the cell reference. For example, if you want to create an absolute reference to cell A1 in a formula, you can write $A$1. When you copy or fill the formula to other cells, the reference to cell A1 will remain fixed.

Using the Dollar Sign as an Absolute Reference to a Range of Cells

You can also use the dollar sign to create an absolute reference to a range of cells in a formula. To do this, you need to add the dollar sign before both the column letter and the row number of the first cell in the range, and then again before both the column letter and the row number of the last cell in the range. For example, if you want to create an absolute reference to the range A1:B3, you can write $A$1:$B$3.

By using the dollar sign to create an absolute reference to a range of cells in a formula, you can ensure that the formula will always reference the same range, even when it is copied or filled to other cells.

Benefits of Using the Dollar Sign in Excel Functions

  1. Using the dollar sign in Excel functions can prevent errors that can occur when relative references are used. For example, if a formula with a relative reference is copied to a new location, the reference may be incorrect and cause the formula to return the wrong result.
  2. Using the dollar sign in Excel functions can make it easier to read and understand complex formulas. By using absolute references, you can clearly indicate which cells or ranges of cells are fixed and which are not.
  3. Using the dollar sign in Excel functions can save time and increase productivity by allowing you to copy and fill formulas quickly and easily.

Drawbacks of Using the Dollar Sign in Excel Functions

  1. Using the dollar sign in Excel functions can make it difficult to update formulas. If you need to change the reference to a cell or range of cells in a formula that uses absolute references, you will need to manually update the reference in each instance of the formula.
  2. Using the dollar sign in Excel functions can make it difficult to understand the logic of a formula. Absolute references can make formulas more complex and harder to follow, especially if the formulas are long and contain multiple absolute references.
  3. Using the dollar sign in Excel functions can be prone to errors if the dollar sign is not used correctly. If you forget to use the dollar sign in an absolute reference, the reference will become a relative reference and may cause errors in the formula

Suppose you have a table of data that contains the sales figures of a small business for the year 2022. Here’s what the data might look like:

ABC
1MonthSalesTarget
2Jan$10,000$12,000
3Feb$12,000$13,000
4Mar$15,000$14,000
5Apr$13,000$14,000
6May$14,000$15,000
7Jun$16,000$16,000
8Jul$18,000$18,000
9Aug$16,000$16,000
10Sep$15,000$15,000
11Oct$13,000$14,000
12Nov$12,000$13,000
13Dec$11,000$12,000
14Total$165,000$170,000

Now suppose you want to calculate the percentage of total sales for each month. You can use a simple formula to divide the sales figure by the total sales for the year and multiply by 100 to get the percentage. However, you need to use absolute referencing to ensure that the formula references the correct cells in the total sales column, even when copied to other cells.

Here’s how to do it:

  1. Select cell E2.
  2. Type =B2/$B$14*100 in the formula bar.
  3. Press Enter.

The formula divides the sales figure in cell B2 by the total sales in cell B14 and multiplies by 100 to get the percentage of total sales. The dollar sign in front of both the row and column (B14) ensures that the reference to cell B14 is absolute and will not change when copied to other cells, but the reference to cell B2 is relative and will change to the corresponding row in each copy.

  1. Copy the formula from cell E2 to cells E3:E13 by selecting cell E2, pressing Ctrl+C to copy, selecting cells E3:E13, and pressing Ctrl+V to paste.

The resulting table should look like this (variance column added in to Column D as well):

ABCDE
1MonthSalesTargetVariancePercent of Total
2Jan$10,000$12,000-$2,0006.06%
3Feb$12,000$13,000-$1,0007.27%
4Mar$15,000$14,000$1,0009.09%
5Apr$13,000$14,000-$1,0007.88%
6May$14,000$15,000-$1,0008.48%
7Jun$16,000$16,000$09.70%
8Jul$18,000$18,000$010.91%
9Aug$16,000$16,000$09.70%
10Sep$15,000$15,000$09.09%
11Oct$13,000$14,000-$1,0007.88%
12Nov$12,000$13,000-$1,0007.27%
13Dec$11,000$12,000-$1,0006.67%
14Total$165,000$170,000-$5,000100.00%

As you can see, by using absolute referencing in Excel, you can quickly and easily calculate the percentage of total sales for each month, even when copied to other cells or ranges. Absolute referencing is a powerful tool in Excel that allows you to create formulas that remain fixed in place for certain cells or ranges, while allowing other cells to be adjusted based on their relative position. With a little practice, you can master absolute referencing in Excel and become a more efficient and effective user of the software.