Cell References – Absolute cell reference and Relative cell References | Microsoft Excel

Cell References | Absolute cell References | absolute reference excel | Relative cell References | Microsoft Excel

A cell reference refers to a cell or a range of cells on a worksheet and can be used in a formula so that Microsoft Office Excel can find the values or data that you want that formula to calculate.

Types of Cell References

1. Relative cell references
2. Absolute cell references

Relative Cell References

This is the most widely used type of cell reference in formulas. Relative cell references are basic cell references that adjust and change when copied or when using AutoFill.
Example:
=SUM(B5:B8), as shown below, changes to =SUM(C5:C8) when copied across to the next cell.
Cell references
Cell references

 

Absolute Cell References

 

Situations arise in which the cell reference must remain the same when copied or when using AutoFill. Dollar signs are used to hold a column and/or row reference constant.
Example:
In the example below, when calculating commissions for sales staff, you would not want cell B10 to change when copying the formula down. You want both the column and the row to remain the same to refer to that exact cell. By using $B$10 in the formula, neither changes when copied.
Cell references
Cell references
A more complicated example:
Let’s pretend that you need to calculate the prices of items in stock with two different price discounts. Take a look at the worksheet below.
Cell references
Examine the formula in cell E4. By making the first cell reference $C4, you keep the column from changing when copied across, but allow the row to change when copying down to accommodate the prices of the different items going down. By making the last cell reference A$12, you keep the row number from changing when copied down, but allow the column to change and reflect discount B when copied across. Confused? Check out the graphics below and the cell results.
Copied Across
Cell references
Copied Down
Cell references
Now, you might be thinking, why not just use 10% and 15% in the actual formulas? Wouldn’t that be easier? Yes, if you are sure the discount percentages will never change – which is highly unlikely. It’s more likely that eventually those percentages will need to be adjusted. By referencing the cells containing 10% and 15% and not the actual numbers, when the percentage changes all you need to do is change the percentage one time in cell A12 and/or B12 instead of rebuilding all of your formulas. Excel would automatically update the discount prices to reflect your discount percentage change.
Summary of absolute cell reference uses:
  • $A1 Allows the row reference to change, but not the column reference.
  • 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.

Play Quiz – Test Your Knowledge

0%

the numbers, text, or cell references used by the function to return a value are called ____.

Correct! Wrong!

Using cell references enter a formula in cell b6 to calculate monthly payments or the loan described in this worksheet. The annual interest rate is stored in cell B3, the number of payments in cell B4, and the loan amount in cell B2. Omit the optional arguments. The result of the formula should be a negative number.

Correct! Wrong!

edit the formula in cell d2 so the references to cell c2 will update when the formula is copied

Correct! Wrong!

names are ____ cell references

Correct! Wrong!

cell references in a formula are called ____

Correct! Wrong!

what punctuation is used to separate the two cell references in a range?

Correct! Wrong!

use ____ references when you want different formulas to refer to the same cell

Correct! Wrong!

which of the following formulas contains an absolute cell reference?

Correct! Wrong!

which type of cell reference preserves the exact cell address in a formula?

Correct! Wrong!

There is a shortcut for placing absolute cell references in your formulas!
When you are typing your formula, after you type a cell reference – press the F4 key. Excel automatically makes the cell reference absolute! By continuing to press F4, Excel will cycle through all of the absolute reference possibilities. For example, in the first absolute cell reference formula in this tutorial, =B4*$B$10, I could have typed, =B4*B10, then pressed the F4 key to change B10 to $B$10. Continuing to press F4 would have resulted in B$10, then $B10, and finally B10. Pressing F4 changes only the cell reference directly to the left of your insertion point.

Excel uses two types of cell references to create formulas. Each has its own purpose. Read on to determine which type of cell reference to use for your formula.

Leave a Reply

error: Content is protected !!