Formula to get data from a tab that is identified in another cell

Sweet1966

New Member
Joined
May 14, 2019
Messages
2
I'm having a difficult time writing a formula to copy the data into one worksheet from another worksheet.

My file has 3 worksheets: (1) Data, (2) Communications (3) Supply Chain
Data Worksheet: Cell B1: Communications
Data Worksheet: Cell B4: This should populate with line 2, cell A2 from the Communications worksheet.

If I change Cell B1 to Supply Chain, then I want Cell B4 to populate with line 2, cell A2 from the Supply Chain worksheet.

Sounds simple enough but I can't figure it. Appreciate any help.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Try this

Formula in cell B4

=INDIRECT("'"&B2&"'!A2")
 
Last edited:
Upvote 0
In cell B4 of Data worksheet:

=INDIRECT("'"&B1&"'!A1")
 
Upvote 0

Forum statistics

Threads
1,215,330
Messages
6,124,308
Members
449,152
Latest member
PressEscape

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