interesting way of looking for a sheet...........please help

j33pguy

Well-known Member
Joined
Aug 6, 2004
Messages
633
hi,
i have a main sheet.....and several other sheets.....
in my main sheet, i have a formula like this:


=* *B7
i then would like to have a combo box where i could select the sheet name and * * would be filled with that sheet....so that B7 is looked up from that particular sheet! does that make sense to anyone?


so that if the user choses sheet5, the formula becomes =(sheet5!B7)

please help! :)
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Sounds like you want an INDIRECT worksheet function.

=INDIRECT(A1 & "!B7")

Where A1 holds the sheet name.
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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