A type of reference that remains constant even you copied and pasted it to other cells.

Copy and move formulas

After you create a formula, you can copy it and paste it into another cell. When you do, Excel changes the formula to work in the new cells. For instance, suppose you have a worksheet in which cell C7 contains the formula =SUM(C2:C6). If you copy cell C7 and paste the copied formula into cell D7, Excel enters =SUM(D2:D6). Excel knows to change the cells used in the formula because the formula uses a relative reference—a reference that can change if the formula is copied to another cell. Relative references are written with just the cell row and column—for example, C14.

Relative references are useful when you summarize rows of data and want to use the same formula for each row. As an example, suppose you have a worksheet with two columns of data, labeled Sale Price and Rate, and you want to calculate a sales representative’s commission by multiplying the two values in a row. To calculate the commission for the first sale, you would enter the formula =A2*B2 in cell C2.

A type of reference that remains constant even you copied and pasted it to other cells.

Use formulas to calculate values such as commissions

Selecting cell C2 and dragging the fill handle down through cell C7 copies the formula from cell C2 into each of the other cells. Because you created the formula by using relative references, Excel updates each cell’s formula to reflect its position relative to the starting cell (in this case, cell C2). The formula in cell C7, for example, is =A7*B7.

A type of reference that remains constant even you copied and pasted it to other cells.

Copying formulas to other cells to summarize additional data

When you enter a formula in a cell of an Excel table column, Excel automatically copies the formula to the rest of the column and updates any relative references in the formula.

If you want a cell reference to remain constant when you copy a formula to another cell, use an absolute reference by inserting a dollar sign ($) before the column letter and row number or a mixed reference by inserting a dollar sign before either the column letter or row number.

One quick way to change a cell reference from relative to absolute is to select the cell reference in the formula bar and then press F4. Pressing F4 cycles a cell reference through the four possible types of references:

  • Relative columns and rows (for example, C4)

  • Absolute columns and rows (for example, $C$4)

  • Relative columns and absolute rows (for example, C$4)

  • Absolute columns and relative rows (for example, $C4)

To copy a formula without changing its cell references

  1. Select the cell that contains the formula you want to copy.

  2. In the formula bar, select the formula text.

  3. Press Ctrl+C.

  4. Select the cell in which you want to paste the formula.

  5. Press Ctrl+V.

  6. Press Enter.

To move a formula without changing its cell references

  1. Select the cell that contains the formula you want to copy.

  2. Point to the edge of the selected cell until the pointer changes to a black four-headed arrow.

  3. Drag the outline to the cell where you want to move the formula.

To copy a formula and change its cell references

  1. Select the cell that contains the formula you want to copy.

  2. Press Ctrl+C.

  3. Select the cell in which you want to paste the formula.

  4. Press Ctrl+V.

To create relative and absolute cell references

  1. Enter a cell reference into a formula.

  2. Do either of the following:

    • Enter a $ in front of a row or column reference you want to make absolute.

    • Select within the cell reference, and then press F4 to advance through the four possible combinations of relative and absolute row and column references.

A type of reference that remains constant even you copied and pasted it to other cells.

Formulas can contain numbers, like 5 or 8, but more often they reference the contents of cells. A cell reference tells Excel where to look for values you want to use in a formula. For example, the formula =A5+A6 adds the values in cells A5 and A6.

Using cell references is useful because if you change the values in the referenced cells, the formula result automatically updates using the new values. There are two types of cell references: relative and absolute.

Relative References

Relative references refer to cells in relation to the location of the cell that contains the formula. When the formula is moved, it references new cells based on their location. Relative references are the default type of references in Excel.

  1. Copy the formula in an existing cell that you want to paste elsewhere in the worksheet.
  2. Paste the formula in the desired cells.

    A type of reference that remains constant even you copied and pasted it to other cells.

  3. Select a cell that contains the pasted formula. Use the formula bar to verify the cell references have updated relative to where the formula was pasted.

    A type of reference that remains constant even you copied and pasted it to other cells.

In the cell(s) where the formula was pasted, the cell reference updates for the current row and/or column.

Absolute References

Absolute references always refer to the same cell, even when the formula is copied and pasted. Absolute references are indicated with dollar signs in formulas (e.g. $A$1).

  1. Select the cell that contains a cell reference you want to convert to an absolute reference.
  2. In the formula bar, add dollar signs ($) to the reference you want to remain absolute.

    A type of reference that remains constant even you copied and pasted it to other cells.

    • Absolute column and row reference ($A$1): The column and row remain constant no matter where the formula is pasted.
    • Absolute column reference ($A1): The column remains absolute no matter where the formula is pasted, but the row updates relatively.
    • Absolute row reference (A$1): The row remains absolute no matter where the formula is pasted, but the column updates relatively.

Click in any cell reference in the formula bar and press F4 to convert it to an absolute reference. Continue to press F4 to change the type of absolute reference.

A type of reference that remains constant even you copied and pasted it to other cells.

FREE Quick Reference

Click to Download

Free to distribute with our compliments; we hope you will consider our paid training.

What cell reference remains the same when copied?

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 are the 3 types of cell references in Excel?

Now there are three kinds of cell references that you can use in Excel: Relative Cell References. Absolute Cell References. Mixed Cell References.

What is absolute cell reference?

Absolute cell reference is a method of writing a formula in a spreadsheet document so copying that formula to another cell does not change the cell its formula references. Using an absolute reference allows you to lock the column you reference, the row you reference or both.

What is relative reference?

By default, a cell reference is a relative reference, which means that the reference is relative to the location of the cell. If, for example, you refer to cell A2 from cell C2, you are actually referring to a cell that is two columns to the left (C minus A)—in the same row (2).