Dropdown Vlookup / Hlookup across multiple tabs

davidfrommke

New Member
Joined
Sep 16, 2021
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello all - I am in need of assistance on something.

I have a spreadsheet where I am attempting to use a dropdown menu along with a vlookup formula.

I have 5 or more tabs in an excel workbook and attempting to pull data from the different tabs into one special tab that shows the data.

However, I am not able to figure out how to do that so when I change from one item (GM to Chrysler, ford,etc) that it switches from the one tab to another tab.

Any help would be appreciated.
Thank you.
dave
 

Attachments

  • Excel Demo screen shot.png
    Excel Demo screen shot.png
    12.4 KB · Views: 13

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
It's not entirely clear what ranges are to be used in the formula from your description and screen capture but it looks like you need to use the INDIRECT function.

As an example
Excel Formula:
=VLOOKUP($B4,Chrysler!$A$2:$B$20,2,0)
would become something like
Excel Formula:
=VLOOKUP(B4,INDIRECT("'"&$A4&"'!A2:B20"),2,0)
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,436
Members
449,083
Latest member
Ava19

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