Hey all, this is driving me crazy why I can't figure out a formula to look one column or the other based on a value in a cell of another table. In the seperate table I have a list of data that says with product A or Product B. If it says product B, I want it to look up the account name that matches for product B. Say my other table has Contract B and then account name ABC, I want it to return "Reorder." Then, if the next line of data is product A account name XYC, i want the formula to return "Contract." I have an if/then statement with two vlookups but I feel like there should be something more efficient. Thanks for the help!
Account Name | Product A | Product B |
XYZ | Contract | Contract |
ABC | New | Reorder |
LMN | Portfolio | Portfolio |
QRS | Dead | Contract |