Theemeadelis
New Member
- Joined
- Jul 10, 2023
- Messages
- 20
- Office Version
- 365
- Platform
- Windows
I am in need of a formula which will search for a specific value in a column of cells that may contain more than one value in each cell.
e.g.
I would be entering the formula in column F for it to check for every occurrence of the value "897" (B2), and for each occurrence of the B2 value "897" in column E, it would return the value from cell C2 "Bonus" in column E.
Is this possible with VLook-Up, or a different type of look-up formula?
e.g.
A | B | C | D | E | F |
1 | ROLE | RESULT | ROLE | RESULT | |
2 | 897 | BONUS | 563, 897 | BONUS | |
3 | 167 | #N/A | |||
4 | 897 | BONUS | |||
5 | 637, 598, 897 | BONUS | |||
6 | 324, 874 | #N/A | |||
7 | 162 | #N/A | |||
8 | 897 | BONUS | |||
9 | 354 | #N/A |
I would be entering the formula in column F for it to check for every occurrence of the value "897" (B2), and for each occurrence of the B2 value "897" in column E, it would return the value from cell C2 "Bonus" in column E.
Is this possible with VLook-Up, or a different type of look-up formula?