When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Sometimes we may need to copy formulas in MS Excel where there is a need to change only one cell reference. Generally, most of the time, we need to change all cell references in our copied formula. Here I will show some methods how to copy any formula by changing only one cell reference.

This problem can be solved using the idea of cell reference concepts in excel. And this is applicable when we work with more than one column in excel, where the only one will be changed when copying the formula.

Read More: How to Copy a Formula in Excel with Changing Cell References

Download the Practice Workbook

Use and Significance of $ Sign in Excel

This dollar sign ($) in an Excel cell reference changes just one particular thing. It directs Excel how to interpret the reference when the formula is moved or copied to other cells. In one word, using the $ sign before the row and column coordinates performs an absolute cell reference that won’t change. Without the $ sign, the reference is relative and it will change.

Copying Formula in Excel only Change One Cell Reference

The example shows the whole process. Suppose I have some Product list along with their Price. Now I need to calculate the price of each product using the different Commission rates. I will calculate the price with different commission rates in excel using a simple formula with changing one cell reference.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-1: Enter the formula in the first cell and press enter.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-2: Find the fill handle in the lower-right corner of the first cell.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-3: Click on the fill handle and drag over the cells up to the destination.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-4: The formula will be copied to the selected cells after releasing the mouse.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-5: Do the same thing for the other columns.

For the “D” Column:

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

For the “E” Column:

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

That’s how we can calculate the price after commission using this simple formula by changing one cell reference. The B column cell value is always changing as I did not put any ‘$’ in front of any row or column value to make it a relative cell reference. For D, C, E, I have used two ‘$’ signs, making it a fixed cell or absolute cell reference value.

For more Practice, here is the excel file for download.

Copy a Formula Down without Copying Formatting by Changing One Cell Reference

Here I will show how to copy any formula with one cell reference without changing the format. By default, when we copy any copy from any cell to another cell, the formula and the format of the cell will also be copied like background color, a symbol of the currency, decimal places, etc. That’s why there may be a need to copy formulas without formatting.

Let’s take the example using the above statement. Now let’s consider when we will calculate the price after commission. The first cell is colored, and we don’t want to copy the color of the first cell, just only the formula of the first cell.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-1: Enter the formula in the first cell

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-2: Click on the fill handle and drag over the cells up to the destination.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-3: The formula will be copied to the selected cells after releasing the mouse.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-4: Click on the “Auto Fill Option”

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-5: Select Fill Without Formatting.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Step-6: Formula will be copied without formatting.

When you copy the formula and paste it to another cell the reference of cells do not gets changed?

Conclusion

These are the ways to copy any formula with one cell reference change in MS excel. Here only the methods are only for two columns. It is also applicable when the column number is more than that. Besides here it also showed the process of copying formulas with or without changing the format.


Further Readings

  • Shortcut to Copy Formula Down in Excel (7 Ways)
  • How to Copy Excel Sheet with Formulas to Another Workbook (5 Ways)
  • How to Copy Down Excel Formula without Incrementing (3 Easy Ways)

Is a reference that changes when you copy the formula to another cell?

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.

When you copy the formula and paste it to another cell the reference of cells do not gets changed * Mixed referencing relative referencing absolute referencing?

There are two types of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled to other cells. Relative references change when a formula is copied to another cell. Absolute references, on the other hand, remain constant no matter where they are copied.

How do I keep the cell reference when copying formulas in Excel?

If you want to prevent Excel from changing the cell references when copying cells, you need to use absolute references. To create an absolute reference, insert a dollar sign ($) before both parts of the cell reference in the formula you want to freeze, as illustrated in the following image.

When formula is copied cell reference doesn't change?

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.