Reference a tab name within a formula

eak2006

New Member
Joined
Aug 9, 2005
Messages
7
Below is an example of tab names that reference another file. Is there a way to create a formula in row 3 that references the other file VR tab and cell
R3 and then copy that formula over to column C and beyond (and row 4 would reference R4 in the other file). I have many columns. I understand that the indirect formula requires you to have the other file open which I cannot always do because the links in the other file would constantly change which I don't want to happen.

ColB ColC ColD ColE
Row 2 VR VC TB BH
Row 3
Row 4

Any help is greatly appreciated!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
I assume VR is in column B, if so and the tabs are in the same workbook then this should work: =INDIRECT(B$2&"!R"&ROW())
 
Last edited:
Upvote 0
Thank you very much, you are correct with your assumptions. However I am referencing another file that I cannot always open. The referenced would get updated if I kept it open, it has to stay stagnant. So I can't use the indirect formula.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,812
Members
449,048
Latest member
greyangel23

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