Thread
:
Vlook up multiple sequence
View Single Post
01-30-2017, 08:15 AM
Kev
Windows 7 64bit
Office 2016
Novice
Join Date: Jan 2017
Posts: 7
One way:
Code:
=IF(B2="a",VLOOKUP(A2,SupplierTable!$A$2:$C$6,2,0),VLOOKUP(A2,SupplierTable!$A$2:$C$6,3,0))
see attached workbook.
formula in column C of sheet "LookUp"
Attached Files
LookUp.xlsx
(9.5 KB, 12 views)
Kev
View Public Profile
Find all posts by Kev