I have a worksheet of items and comma separated tags, and other worksheet with tags and tag codes.
The tag list is something like this:
Column A: "CODE" - Column B: "Tags"
115 - blue
128 - black and white
110 - yellow
212 - small
518 - female
887 - cotton
664 - imported
My items worksheet is like this:
Column A: Item ID 1541
Column B: Juvenile dress with flowers
Column C: female, small, cotton, black and white, imported
I need something to automatically split the Column C, VLookup the tags to get the codes, and write the ItemID and the tag codes in different rows,
like this:
Cell A1: Item ID 1541
Cell B1: 518
Cell A2: Item ID 1541
Cell B2: 212
Cell A3: Item ID 1541
Cell B3: 887
Cell A4: Item ID 1541
Cell B4: 128
and so on..
I managed to do it with "tag to columns", then VLookup, and writing the results in a new worksheet, but I'm going crazy doing it manually...
Any help would be appreciated!
Thanks so much in advance!!
Bookmarks