Can anybody help me out? Thanks.
Can anybody help me out? Thanks.
Last edited by kufta4; 12-17-2011 at 07:46 PM.
take a look at attachment
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
Thanks, I over looked the fact that I need everything before, or to the left, of the comma in its own cell too. Thank you.
Before a comma: =LEFT(A1, FIND(",", A1) - 1)
After a comma: =MID(A1, FIND(",", A1) + 1, LEN(A1))
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Thank you guys.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks