Hopefully this is an easy one for anyone that actually knows what they are doing.
I am trying to figure out how to extract a Text String from within a cell.
Example:
a1: aaaada, aaabb, aa
a2: ababs, aamnm, aaa
a3: aaabbnhadda, aammm, aacbb
a4: aaabb, annnn, aaaa
I just want to extract everything left of the first ",". The number of characters will vary from cell to cell.
I know it seems simple but I just cant seem to get it right. Any help would be appreciated.
I am trying to figure out how to extract a Text String from within a cell.
Example:
a1: aaaada, aaabb, aa
a2: ababs, aamnm, aaa
a3: aaabbnhadda, aammm, aacbb
a4: aaabb, annnn, aaaa
I just want to extract everything left of the first ",". The number of characters will vary from cell to cell.
I know it seems simple but I just cant seem to get it right. Any help would be appreciated.