Hi,
I have a below table that EEIDs and some of those EEID have multiple categories, what I need to do is to get only the EEID with Promotion category. The formula I have brings the first category of each EEID only, how can I edit the formula to let it bring only the Promotion category and if it's not Promotion then "Not Promotion"
Thanks!
I have a below table that EEIDs and some of those EEID have multiple categories, what I need to do is to get only the EEID with Promotion category. The formula I have brings the first category of each EEID only, how can I edit the formula to let it bring only the Promotion category and if it's not Promotion then "Not Promotion"
Thanks!
XLOOKUP Help.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | EEID | Category | EEID | Promotion Status | |||||||
2 | AAA | Transfer | AAA | Transfer | |||||||
3 | BBB | Data Change | BBB | Data Change | |||||||
4 | CCC | Promotion | CCC | Promotion | |||||||
5 | DDD | Compensation Change Only | DDD | Compensation Change Only | |||||||
6 | AAA | Compensation Change Only | EEE | Promotion | |||||||
7 | CCC | Transfer | RRR | Promotion | |||||||
8 | DDD | Data Change | |||||||||
9 | EEE | Promotion | |||||||||
10 | CCC | Compensation Change Only | |||||||||
11 | AAA | Transfer | |||||||||
12 | DDD | Data Change | |||||||||
13 | BBB | Promotion | |||||||||
14 | EEE | Compensation Change Only | |||||||||
15 | AAA | Promotion | |||||||||
16 | RRR | Promotion | |||||||||
17 | |||||||||||
18 | |||||||||||
19 | |||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2:I7 | I2 | =XLOOKUP(H2,$A$2:$A$16,$B$2:$B$16) |