Hello,
In Sheet1, I have the following:
Contract# ColA
ABC
BCD
CDE
.......
In Sheet2, I have the following:
Category ColA Contract# ColB ContractValue$ ColC
A ABC 1000
A BCD 1100
A CDE 1200
B ABC 1500
B BCD 1600
B CDE 1700
B ABC 1800
C BCD 2100
C CDE 2200
I would like a vlookup based on value in colA from Sheet1, lookup the data range from Sheet2 where Category, ColA, is 'A' or 'B' or 'C', etc., look for the corresponding Contract# in ColB, and if there is a match, return value from ColC (ContractValues$). Please note that in Sheet2, in ColB, there may be same contract# listed multiple times based on different Categories with different ContractValues$. I really hope you can help me. Really appreciate in advance. Thanks!
In Sheet1, I have the following:
Contract# ColA
ABC
BCD
CDE
.......
In Sheet2, I have the following:
Category ColA Contract# ColB ContractValue$ ColC
A ABC 1000
A BCD 1100
A CDE 1200
B ABC 1500
B BCD 1600
B CDE 1700
B ABC 1800
C BCD 2100
C CDE 2200
I would like a vlookup based on value in colA from Sheet1, lookup the data range from Sheet2 where Category, ColA, is 'A' or 'B' or 'C', etc., look for the corresponding Contract# in ColB, and if there is a match, return value from ColC (ContractValues$). Please note that in Sheet2, in ColB, there may be same contract# listed multiple times based on different Categories with different ContractValues$. I really hope you can help me. Really appreciate in advance. Thanks!