excelvbanoob420
New Member
- Joined
- Oct 5, 2022
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
Hello,
I need help for you guys for the following problem. I want to lookup multiple values based on multiple criteria in one cell. Below is the sample input and expected output:
Input Table 1:
Input Table 2 (Lookup Table):
OUTPUT (The lookup output expected is in OUTPUT COLUMN):
Thanks in advance for the help.
I need help for you guys for the following problem. I want to lookup multiple values based on multiple criteria in one cell. Below is the sample input and expected output:
Input Table 1:
IINPUTCOLUMN |
FJ-SJ-0000-0101 FJ-RJ-0000 |
FJ-SJ-0000-0112 FJ-SJ-0000-0113 FJ-SJ-0000-0114 |
FJ-RJ-0001 FJ-SJ-0000-0115 FJ-RJ-0002 FJ-SJ-0000-0116 FJ-SJ-0000-0117 |
Input Table 2 (Lookup Table):
LookupTable Column1 | LookupTable Column2 |
FJ-SJ-0000-0101 | Valid P/N |
FJ-SJ-0000-0112 | Valid P/N |
FJ-SJ-0000-0113 | InValid P/N |
FJ-SJ-0000-0114 | Valid P/N |
FJ-SJ-0000-0116 | InValid P/N |
OUTPUT (The lookup output expected is in OUTPUT COLUMN):
IINPUTCOLUMN | OUTPUTCOLUMN |
FJ-SJ-0000-0101 FJ-RJ-0000 | Valid P/N N/A |
FJ-SJ-0000-0112 FJ-SJ-0000-0113 FJ-SJ-0000-0114 | Valid P/N InValid P/N Valid P/N |
FJ-RJ-0001 FJ-SJ-0000-0115 FJ-RJ-0002 FJ-SJ-0000-0116 FJ-SJ-0000-0117 | N/A N/A N/A InValid P/N N/A |
Thanks in advance for the help.