G
Guest
Is there a way to use Vlookup or something like Vlookup to search multiple
worksheets?
worksheets?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
16,2)J@Y said:Is there a way to use Vlookup or something like Vlookup to search multiple
worksheets?
6 = list of sheet namesDomenic said:J@Y said:Is there a way to use Vlookup or something like Vlookup to search
multiple
worksheets?
Here are a couple of options...
Assumptions:
Sheet1 through Sheet5 contain the tables
On each sheet, B2:C100 contains the table
A2 contains the lookup value
[Option 1]
Download an install the free add-in Morefunc.xll...
=VLOOKUP(A2,THREED('Sheet1:Sheet5'!$B$2:$C$100),2,0)
Note that the add-in can be downloaded in the following link...
http://xcell05.free.fr/
[Option 2]
Without the add-in...
=VLOOKUP(A2,INDIRECT("'"&INDEX($D$2:$D$6,MATCH(TRUE,COUNTIF(INDIRECT("'"&
$D$2:$D$6&"'!B2:B100"),A2)>0,0))&"'!B2:C100"),2,0)
...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.
Hope this helps!
=VLOOKUP(A2,THREED('Sheet1:Sheet5'!$B$2:$C$100),2,0)
Domenic said:J@Y said:Is there a way to use Vlookup or something like Vlookup to search
multiple
worksheets?
Here are a couple of options...
Assumptions:
Sheet1 through Sheet5 contain the tables
On each sheet, B2:C100 contains the table
A2 contains the lookup value
[Option 1]
Download an install the free add-in Morefunc.xll...
=VLOOKUP(A2,THREED('Sheet1:Sheet5'!$B$2:$C$100),2,0)
Note that the add-in can be downloaded in the following link...
http://xcell05.free.fr/
[Option 2]
Without the add-in...
=VLOOKUP(A2,INDIRECT("'"&INDEX($D$2:$D$6,MATCH(TRUE,COUNTIF(INDIRECT("'"&
$D$2:$D$6&"'!B2:B100"),A2)>0,0))&"'!B2:C100"),2,0)
...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.
Hope this helps!
T. Valko said:You left out the important part for option 2.......
D26 = list of sheet names
Biff

Download an install the free add-in Morefunc.xll...
=VLOOKUP(A2,THREED('Sheet1:Sheet5'!$B$2:$C$100),2,0)

6= list of sheet names go?Domenic said:J@Y said:Is there a way to use Vlookup or something like Vlookup to search multiple
worksheets?
Here are a couple of options...
Assumptions:
Sheet1 through Sheet5 contain the tables
On each sheet, B2:C100 contains the table
A2 contains the lookup value
[Option 1]
Download an install the free add-in Morefunc.xll...
=VLOOKUP(A2,THREED('Sheet1:Sheet5'!$B$2:$C$100),2,0)
Note that the add-in can be downloaded in the following link...
http://xcell05.free.fr/
[Option 2]
Without the add-in...
=VLOOKUP(A2,INDIRECT("'"&INDEX($D$2:$D$6,MATCH(TRUE,COUNTIF(INDIRECT("'"&
$D$2:$D$6&"'!B2:B100"),A2)>0,0))&"'!B2:C100"),2,0)
....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.
Hope this helps!
Domenic said:J@Y said:Is there a way to use Vlookup or something like Vlookup to search multiple
worksheets?
Here are a couple of options...
Assumptions:
Sheet1 through Sheet5 contain the tables
On each sheet, B2:C100 contains the table
A2 contains the lookup value
[Option 1]
Download an install the free add-in Morefunc.xll...
=VLOOKUP(A2,THREED('Sheet1:Sheet5'!$B$2:$C$100),2,0)
Note that the add-in can be downloaded in the following link...
http://xcell05.free.fr/
[Option 2]
Without the add-in...
=VLOOKUP(A2,INDIRECT("'"&INDEX($D$2:$D$6,MATCH(TRUE,COUNTIF(INDIRECT("'"&
$D$2:$D$6&"'!B2:B100"),A2)>0,0))&"'!B2:C100"),2,0)
....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.
Hope this helps!
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.