Frank Bacchus
Member
Hi All:
I would like to use the following formula ONLY IF the content in the A column do not contain a ",". If it contains a "," I want to use it as-is. What do I need to add to this formula to make that happen?
=MID(A2,FIND(",",A2,1)+1,LEN(A2))&", "&MID(A2,1,FIND(",",A2,1)-1)
Thanks in advance:
frank
I would like to use the following formula ONLY IF the content in the A column do not contain a ",". If it contains a "," I want to use it as-is. What do I need to add to this formula to make that happen?
=MID(A2,FIND(",",A2,1)+1,LEN(A2))&", "&MID(A2,1,FIND(",",A2,1)-1)
Thanks in advance:
frank