Copy and Past Formula to multiple sheet

ecoleman42us

New Member
Joined
Mar 10, 2021
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I have a formula that references sheet names. I can create the formula that goes into the same cell on each sheet. When I copy and paste the formula the sheet will not automatically up date. Is there way of doing this? I created a separate sheet and listed the names of all the other sheets being used thinking I could use an indirect formula but again when I copy and paste the sheet name did not update. The sheet names are in sequence 1st,2nd,3rd.....
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Thanks but I guess I need to better explain what I am trying to accomplish.
Sheet1 (1st) cell B3 has data
Sheet2 (2nd) cell B3 ='1st'!B3
Sheet3 (3rd) cell B3 = '2nd'!B3
This can go on for 60+ sheets. As of now if I copy and past the sheet 2 formula to any other sheets the formula contains sheet 1 or '1st'. I want to be able to copy the formula from sheet 2 and paste it to all the additional sheets automatically updating the sheet names.
I am not sure if this is possible with a simple excel command, VBA code or if it is even possible.
 
Upvote 0
Thanks but I guess I need to better explain what I am trying to accomplish.
Sheet1 (1st) cell B3 has data
Sheet2 (2nd) cell B3 ='1st'!B3
Sheet3 (3rd) cell B3 = '2nd'!B3
This can go on for 60+ sheets. As of now if I copy and past the sheet 2 formula to any other sheets the formula contains sheet 1 or '1st'. I want to be able to copy the formula from sheet 2 and paste it to all the additional sheets automatically updating the sheet names.
I am not sure if this is possible with a simple excel command, VBA code or if it is even possible.
I ended up hiding sheet names in a cell then used an indirect command to dynamically update the formula.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,046
Messages
6,122,854
Members
449,096
Latest member
Erald

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