vlookup multiple work sheets

tpkelley_no

Board Regular
Joined
Oct 14, 2011
Messages
188
Office Version
  1. 2010
Platform
  1. Windows
have a work book that has the following work sheet names:

Table, report, Ach, wire, checks and recap

Recap is where I need the vlookup formula:

=VLOOKUP(B2,Sheet3!E:E,1,)

The “B2” value will change with each row. The column and “1” will not change.

I need vlookup to read any worksheet that starts with the word “Sheet”
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hey tpkelley_no,

Just clarifying a couple of things - at the start of your post you say your workbook as the sheet names: Table, report, Ach, wire, checks and recap

But later you ask for a formal that can "read any worksheet that starts with the word "Sheet"? Does your workbook actually have more sheets than the sheets: Table, report, Ach, wire, checks and recap?

And when you say read any worksheet - are you wanting one formula to look through every single worksheet at once? Or will there still just be one worksheet that the formula needs to look at (it just might be a different "Sheet" each time)?
 
Upvote 0
the work book starts off with
Table, report, Ach, wire, checks and recap

the "Table" work sheet is a pivot table and i click certain cell that generate the work sheets. the number of work sheets can verry.
 
Upvote 0
this is the formula i can up with:

=vlookup(B2,indirect("sheet"&""),!E:E,1,)
 
Upvote 0

Forum statistics

Threads
1,214,801
Messages
6,121,644
Members
449,045
Latest member
Marcus05

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