Copy and Autochange Excel Function not the Value

austinandrei

Board Regular
Joined
Jun 7, 2014
Messages
117
Hi,
I have several sheets in a workbook that has same source formula.
Say in Sheet1:
Column C has a formula of "=A1+B1"
Is it possible to copy the formula, not the result of "=A1+B1" in all sheets and when you change the formula in Sheet1, the other sheets would automatically change also.
Thanks
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Try Paste Special... Formulas which tends to auto adjust on a relative reference aspect
 
Upvote 0
But for Paste Special, it will only copy the formula once.
I need something that says like:
Sheet2!C3="=Sheet1!C3 "formula""
Whenever I change the formula in Sheet1!C3, the C3 in other sheets will automatically change their formula also.
Is that even possible? I know its possible using VBA codes, but for plain Excel formula, would that be possible?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,203,640
Messages
6,056,493
Members
444,870
Latest member
xuanhoi

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