Get cell value from A3 in 30 different worksheets

Vansda55

New Member
Joined
Aug 31, 2017
Messages
2
Trying to find a way to look at 30 worksheets and if sheetname matches column b in navigation sheet I need text in A3 from sheets to be entered in column b in navigation sheet. Any ideas.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Welcome to the forums!

If I understand correctly, you have the sheet name in column B, and you want to use that sheet name to reference A3 from that sheet?

If so, assuming your sheet names begin in B1, try:

=INDIRECT("'"&B1&"'!A3")
 
Upvote 0
Worked perfectly. Thank you.

Welcome to the forums!

If I understand correctly, you have the sheet name in column B, and you want to use that sheet name to reference A3 from that sheet?

If so, assuming your sheet names begin in B1, try:

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

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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