Hey guys,
I have a load of data formated as such :I want to trim off the![]()
12345 (241)
how do I do this via formula?![]()
(241)
Cheers
Alan
Hey guys,
I have a load of data formated as such :I want to trim off the![]()
12345 (241)
how do I do this via formula?![]()
(241)
Cheers
Alan
Hard to be exact without a few typical examples, but if its the stuff to the left of the bracket you want, use this:
Formula:
=LEFT(A1,FIND("(",A1)-1)
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Your description was a little ambiguous. Soooo. If it's the brcketed stuff you want to keep, use this:
Formula:
=MID(A1,FIND("(",A1),255)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks