Vlookup across multiple sheets

Sweedler

Board Regular
Joined
Nov 13, 2020
Messages
114
Office Version
  1. 2016
Platform
  1. Windows
  2. MacOS
Hello all

I have an interesting conundrum.

I have a document with about 20 sheets and want a Vlookup on one of them that searches all the others. My thought was to create a little sub-sheet that gives me the name of the sheet based on the cell value that dictates which sheet to search. But I can’t figure out how to incorporate a cell value into my vlookup “range”.

Does anyone know how to do this?

I’m open to other ideas for how to do the multiple sheet vlookup as well.

Thank you
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi
how about
Excel Formula:
=VLOOKUP($A$4,INDIRECT(INDIRECT("B2")&"!E5:F17"),2,0)
 
Upvote 0
Hi
how about
Excel Formula:
=VLOOKUP($A$4,INDIRECT(INDIRECT("B2")&"!E5:F17"),2,0)
But there is one problem. The CELL (B2 here) does not alter as I drag the formula through. And that is a problem as I need the formula in about 20000 cells .. but with a new cell for each one.
 
Upvote 0
How about
Excel Formula:
=VLOOKUP($A$4,INDIRECT("'"&B2&"'!E5:F17"),2,0)
 
Upvote 0
Solution
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,861
Messages
6,121,971
Members
449,059
Latest member
oculus

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