Hello,
I need help, if I have a case to do a vlookup with 2 categories so that if criteria one is not found then it will be searched for with criteria two.
I want to find "price" with the first criteria "code", if can't find it then look for the second criterion "product".
Please help, what is the Vlookup formula for?
Thank you for help....
I need help, if I have a case to do a vlookup with 2 categories so that if criteria one is not found then it will be searched for with criteria two.
I want to find "price" with the first criteria "code", if can't find it then look for the second criterion "product".
Please help, what is the Vlookup formula for?
Thank you for help....
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | |||
1 | DATABASE | Vlookup | ||||||||
2 | Product | Code | Price | Product | Code | Price | ||||
3 | Shoes | 124 | 8000 | Hat | 156 | |||||
4 | Hat | 156 | 12000 | Clothes | 246 | |||||
5 | Clothes | 267 | 50000 | Skirt | 500 | |||||
6 | Bag | 657 | 45000 | Bag | 657 | |||||
7 | Skirt | 500 | 65000 | Shoes | 780 | |||||
Sheet1 |