Hi , I'm trying to separate a string of text (keywords) separated by comas into 2 cells. Trying to put the first 3 words in B2 and the remaining words into C2 (i.e.- separate words into another cell after the second comma occurs). Any help would be much appreciated. Example below
example:
A2 = red, blue, green, yellow, orange, purple, gray, tan
desired result
B2 =red, blue, green
C2 =yellow, orange, purple, gray, tan
thanks
Bookmarks