I have column c have text which contain ,
for example xxx24,yyyyyyyyy,abcde,mnopqrst,lmn12,abc13
i need to sepearate
column c xxxx24, abcde,lmn12,abc13
column m yyyyyyyyy,mnopqrst
before "," if it is <= 5 words
put it in column c
else column m
is it possible
could you provide the code
for example xxx24,yyyyyyyyy,abcde,mnopqrst,lmn12,abc13
i need to sepearate
column c xxxx24, abcde,lmn12,abc13
column m yyyyyyyyy,mnopqrst
before "," if it is <= 5 words
put it in column c
else column m
is it possible
could you provide the code