Hi Friends,
I have workbook(masterdomainlist.xlsx) with 3 sheets (sheet1, sheet2, sheet3) with huge list of company names with location and domains.
Sheet1 contains
ColumnA (company name) ZzzipNet LLC
ColumnB (Location) CA
ColumnC (website domain) zzzip.net
same in sheet2 and sheet3
Here is the formula currently using in sheet4 to vlookup all 3 sheets in workbook(masterdomainlist)
{=IFERROR(VLOOKUP(A1,Sheet1!A:B,2,FALSE),IFERROR(VLOOKUP(A1,Sheet2!A:B,2,FALSE),IFERROR(VLOOKUP(A1,Sheet3!A:B,2,FALSE),"NA")))}
So, when I tried to open Masterdomainlist workbook it is taking lot of time to open with huge list and sometimes automatically excel shutdowns
I want to Vlookup in another workbook without opening Masterdomainlist workbook(includes 3 sheets data).
Help me with a formula
Thanks
Satish
I have workbook(masterdomainlist.xlsx) with 3 sheets (sheet1, sheet2, sheet3) with huge list of company names with location and domains.
Sheet1 contains
ColumnA (company name) ZzzipNet LLC
ColumnB (Location) CA
ColumnC (website domain) zzzip.net
same in sheet2 and sheet3
Here is the formula currently using in sheet4 to vlookup all 3 sheets in workbook(masterdomainlist)
{=IFERROR(VLOOKUP(A1,Sheet1!A:B,2,FALSE),IFERROR(VLOOKUP(A1,Sheet2!A:B,2,FALSE),IFERROR(VLOOKUP(A1,Sheet3!A:B,2,FALSE),"NA")))}
So, when I tried to open Masterdomainlist workbook it is taking lot of time to open with huge list and sometimes automatically excel shutdowns
I want to Vlookup in another workbook without opening Masterdomainlist workbook(includes 3 sheets data).
Help me with a formula
Thanks
Satish
Last edited: