HI, I have two spreadsheets. First sheet has the item code for look up, second sheet has the item code with associated value. I need help to figure out a formula that would search for the item code, reference the associated value, to then return specified text based on the value. Any help would be appreciated!
Book1 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | lookup sheet | data sheet | ||||||||||
2 | Code | Code | Items | value | specific text to return | |||||||
3 | 141414 | 141414 | Apple | Apple | train | |||||||
4 | 123456 | 123456 | Appke, Orange, Strawberry | Appke, Orange, Strawberry | car | |||||||
5 | 583211 | 583211 | Apple, Orange | Apple, Orange | airplane | |||||||
6 | 590283 | 590283 | Orange, Strawberry | Orange, Strawberry | submarine | |||||||
7 | 385692 | 385692 | Strawberry | Strawberry | taxi | |||||||
Sheet1 |