INDIRECT to a range to return a specific cell

brooksc29

Active Member
Joined
Jul 25, 2010
Messages
333
I'm designing an excel workbook that where the first sheet (called PRINT) will reference the rest of the data sheets based on a drop down box in cell A2. The drop down box uses a list that corresponds to separate sheets and the data on those sheets, based on the name of the sheet.

In cell B1 on PRINT, I'd like to return the value in cell B8 of the referenced sheet in the drop down box in cell A2.

For example, in A2. on PRINT the text NYM is entered, referring to the sheet NYM, and I'd like the formula in B1 to return the data in cell B8 from the NYM sheet.

Do I start with an INDIRECT(A2) then use a MATCH formula or VLOOKUP from there? I am having trouble writing the formula that will return an exact cell within a sheet that is indirectly referenced... as the drop down box will be able to change and the user will be selecting different sheets based on the name of the sheet.

Thank you in advance!
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
You just want to return what is in B8 of the sheet named in A2?

=INDIRECT("'"&A2&"'!B8")
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,825
Members
449,470
Latest member
Subhash Chand

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