I have been using the following formula's to trim some information that's separated by a colon, such as Pioneer Clinic:Dave McAfee...so that I have a column with Pioneer Clinic and a column with Dave McAfee:
=LEFT(G5,FIND(":",G5)-1)
=TRIM(RIGHT(G5,LEN(G5)-FIND(":",G5)))
However, now some of my data is separated by two colons!
AVM:Pioneer Clinic:Dave McAfee
Can anyone show me the formula for separating this so I still have two columns of Pioneer Clinic and Dave McAfee?
Thanks!
Bookmarks