How to update copied cells to relative and absolute references

Copper Contributor

Hi All,

I'm running
Windows 10 Home OS 64-bit Operating System, x64-based processor
Microsoft 365, ver. 2103, Build 13901.20400 Click-to-run 64-bit

I have a spreadsheet with which I track publicly-traded companies' earnings results.

One of the data points I track is what percentage of total revenue various measures equal.

The Total Revenue section is in a specific cell-range and I refer back to it time and again.

The other measures are obviously in different cell-ranges; but the denominators are always D11, E11, F11, and so on.

THE PROBLEM I'M TRYING TO SOLVE is how to copy the equations from one section to the next, and letting the numerators update as relative references, but locking the denominators down so they always refer back to D11, E11, F11, etc. ALL AT ONCE.

I've tried copying the equations as a block with relative references, then updating the denominators to the D11, E11, F11 cell by cell (ugghh) AND lock them down so Excel doesn't ever-so-helpfully change the equations when my back is turned. But I can't figure out how to do this a whole block at a time.

I hope this is making sense...

 

1 Reply

@Jackson_Barnett.

 

Two methods.

 

1. Use $D$11, $E$11 etc to lock them in place (F4 is the quickest shortcut for that)

2. Name the cells in the wee box to the left of the formula bar. When you write the formula just reference the name you have given it eg A1/rng_Denominator

 

also if you are need to do a block at a time, you could run a find and replace (including formulas) to look for d11 and replace with $D$11 etc