Thread
:
Need help with Lookup
View Single Post
#
1
Posted to microsoft.public.excel.programming
excelent
external usenet poster
Posts: 695
Need help with Lookup
Put in and copy down
E1=IF(A1=Sheet2!A1,VLOOKUP(A1,Sheet2!A1:G100,5,FAL SE),"")
F1=IF(A1=Sheet2!A1,VLOOKUP(A1,Sheet2!A1:G100,6,FAL SE),"")
G1=IF(A1=Sheet2!A1,VLOOKUP(A1,Sheet2!A1:G100,7,FAL SE),"")
Reply With Quote
excelent
View Public Profile
Find all posts by excelent