Hi There,
I have a cell that contains two people names that separated by /
I can use the text to columns on menu bar to get this done, but is there a way using a text formula to separate the names into two separate columns.
Col A Col B Col C
Joe Blogs / Tim Angel Joe Blogs Tim Angel
Col D Col E
Joe Blogs Tim Angel
=LEFT(a1,FIND("/",a1)-1) =TRIM(RIGHT(a1,FIND("/",a1)-1))
But is there away of combining two formulas into one, and
Regards Husfay
You have marked this thread soldved. Care to share your solution with us?
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
Hi Arthurbr
i marked it solved as it only two ways of getting this solution resolved, one is by using the ribbon to get the text to columns into two seperate columns by delimintors, and the other one is using the two formulas i had done, but there was somewhere i had told me that it can be done, but this was 2 and half years ago, and the life of me i think what was method, if any one knows using any means of using excel formulas, vb,
Share your knowledge
husfay
formula in D1
=TRIM(LEFT(A1,FIND("/",A1,1)-1))
Forrmula in E1=TRIM(RIGHT(A1,LEN(A1)-FIND("/",A1,1)))
Or
=MID(A1,FIND("/",A1,1)+1,500)
Last edited by Kelshaer; 12-20-2011 at 03:56 PM. Reason: Adding an extra option
Regards,
Khaled Elshaer
www.BIMcentre.com
Remember To Do the Following....
- Thank those who have helped you by clicking the Star below their post.
- Mark your post SOLVED if it has been answered satisfactorily:
- Select Thread Tools (on top of your 1st post)
- Select Mark this thread as Solved
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks