Hi,
I have a column which contains several text separated by commas. I'm trying to see if it would be possible to have a formula which looks at the values in-between
the commas and if that value is found on sheet 2 it will display its corresponding value from column two
I don't even know if this would be possible to achieve but thought to ask in case someone has any pointers or tips to help with this - many thanks in advance.
Sheet 2
I have a column which contains several text separated by commas. I'm trying to see if it would be possible to have a formula which looks at the values in-between
the commas and if that value is found on sheet 2 it will display its corresponding value from column two
I don't even know if this would be possible to achieve but thought to ask in case someone has any pointers or tips to help with this - many thanks in advance.
Row | List of items | Expected result |
---|---|---|
2 | Book, Bag, Hat | Blue, Red, Yellow |
3 | Hat | Yellow |
4 | Gloves, Bag | Black, Red |
5 | Pen, Marker, Hat | Pink, Orange, Yellow |
6 | Marker | Orange |
7 | Bag | Red |
8 | Book, Gloves | Blue |
9 | Ruler | White |
10 | Stamp | Green |
Sheet 2
Item | Colour |
Book | Blue |
Bag | Red |
Hat | Yellow |
Gloves | Black |
Marker | Orange |
Ruler | White |
Stamp | Green |
Pen | Pink |