Help in Vlookup in multiple workbooks with multiple sheets

nathanmav

Board Regular
Joined
Dec 11, 2012
Messages
123
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi everyone,

Just want to ask regarding my vlookup formula is there any other way to make it fast and easy. The formula is in the master workbook.
Here is the formula:
Excel Formula:
=IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book1.xlsx]Sheet1'!$B$13:$J$35,7,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book1.xlsx]Sheet2'!$B$13:$J$35,7,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book1.xlsx]Sheet3'!$B$13:$J$35,7,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book1.xlsx]Sheet4'!$B$13:$J$35,7,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book1.xlsx]Sheet5'!$B$13:$J$37,7,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book1.xlsx]Sheet6'!$B$13:$J$37,7,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book2.xlsx]Sheet1'!$B$13:$I$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book2.xlsx]Sheet2'!$B$13:$I$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book2.xlsx]Sheet3'!$B$13:$I$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book2.xlsx]Sheet4'!$B$13:$I$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book2.xlsx]Sheet5'!$B$13:$I$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book3.xlsx]Sheet1'!$J$15:$Q$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book3.xlsx]Sheet2'!$J$15:$Q$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book3.xlsx]Sheet3'!$J$15:$Q$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book3.xlsx]Sheet4'!$J$15:$Q$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book3.xlsx]Sheet5'!$J$15:$Q$25,6,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book4.xlsx]Sheet1'!$C$13:$N$34,9,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book4.xlsx]Sheet1'!$C$13:$N$35,9,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book4.xlsx]Sheet2'!$C$13:$N$35,9,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book4.xlsx]Sheet3'!$C$13:$N$35,9,FALSE),
IFERROR(VLOOKUP(A1,'C:\Project\Test\[Book4.xlsx]Sheet4'!$C$13:$N$35,9,FALSE),"")))))))))))))))))))))

Thank you in advance!
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,214,601
Messages
6,120,460
Members
448,965
Latest member
grijken

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