=TRIM(RIGHT(C1,LEN(C1)-SEARCH(",",C1)))
=TRIM(LEFT(C1,SEARCH(",",C1)-1))
Wednesday, January 09, 2008
Extracting data before and after the comma in excel
Subscribe to:
Post Comments (Atom)
Useful links, tidbits, and other real world info. Plus assorted thoughts and opinions on this world.
=TRIM(RIGHT(C1,LEN(C1)-SEARCH(",",C1)))
=TRIM(LEFT(C1,SEARCH(",",C1)-1))
0 comments:
Post a Comment