Hi Everybody!
I will pls. need help in trimming certain information contained in 1 cell and putting them each in a column. I could do left, mid & right but this time there is inconsistency in the content of the cell.
I've attached a file which will further give you an idea exactly what I want (formula to be in Column M to P).
Don't hesitate to ask for any clarification.
Thanks
Last edited by rickyilas; 02-17-2010 at 11:37 AM.
In M3:
=TRIM(LEFT(L3,FIND("-",L3)-1))
in N3:
=TRIM(MID(L3,FIND("-",L3)+1,FIND("->",L3)-FIND("-",L3)-2))
in O3:
=TRIM(MID(L3,FIND("->",L3)+3,FIND("[",L3)-FIND("->",L3)-4))
in P3:
=TRIM(MID(L3,FIND("[",L3)+1,FIND(":",L3)-FIND("[",L3)-1))+0
all copied down.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Thanks a lot NBVC! It works! I'm sure others will also find the solution of this kind of problem helpful.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks