Excel formulas keep changing their references

furstukin

Board Regular
Joined
Apr 22, 2011
Messages
71
I have a group of formuals that find the difference of cells on multiple sheets. My problem is when I run a macro that cuts the referenced data from one sheet and pastes it on a new sheet in a new location all my formulas are changed and stop working the way I want. I have tried to lock the cell refs by doing $A$1 to all my references but it did not help. It still changed the cells and the sheets referenced. Is there any way I can avoid this short of having my macro rewrite all my formulas when it is done moving the previous day's data to a new sheet?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
When you cut the data and paste it elsewhere, any references to the data's original location will be adjusted to point to its new location.

Try copying instead of cutting, then after you've pasted the data go back and clear it from its original position.
 
Upvote 0
When you cut the data and paste it elsewhere, any references to the data's original location will be adjusted to point to its new location.

Try copying instead of cutting, then after you've pasted the data go back and clear it from its original position.

I will give that a try thank you.
 
Upvote 0

Forum statistics

Threads
1,224,548
Messages
6,179,445
Members
452,915
Latest member
hannnahheileen

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