Copy/paste without moving cell reference

nicolehalliday

Board Regular
Joined
May 19, 2010
Messages
56
Hi,
I have a column of values that are returned by a formula, which is derived by referencing a few cells in my spreadsheet. I want to copy the entire column of values and paste it into an adjacent column. However, when I do this the cells that are referenced in the formula shift one column over. I can't do find/replace because each row is a different number, and it doesn't work if I try to replace the column letter with another letter. Does anyone have any suggestions? Thanks!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi there,

Put the range reference in dollar signs ($), like this:

=$A$3+$A$2

The $ before the column means don't change column when copied, and the $ next to the row means don't change row # when copied.

So copying =$A3+$A4 will not change A, but will change 3 and 4 when copied downwards.
 
Upvote 0
That's exactly what I need, thank you! Is there a way to add the $ signs to the formula's without manually going through each cell? I have about 500 cells with formulas that reference 3 different cells so that might take me a while...
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,710
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top