I have a (Dropdown, Multi select) column, cells with up to 10 items. I figured out how to count them (countm), but I cannot find a function, or figure out a way to pick inidividual items.
EG, cell contains item L001 G02 L003 0L005, in no order or specific length. So countm=4. So how do I extract item1 L001? or item 4 - 0L005
Linking that cell to a text creates a string (I can make something hamfisted if the items start with a letter or especially a specific letter), but the items are separated by \cr or somesuch which I cannot seem to search for with find().
Thanks for your help