View Single Post
 
Old 01-27-2012, 07:13 AM
paulw793 paulw793 is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Sep 2011
Posts: 5
paulw793 is on a distinguished road
Default

Quote:
Originally Posted by Catalin.B View Post
enter this in C1027, then copy to your range
=LEFT(D1027;FIND(" ";D1027;1))
and this in E1027, copied to your range:
=IFERROR(RIGHT(D1027;LEN(D1027)-FIND("#";D1027;1));"")
oyu might need to change the ; separator in formulas to your regional settings ,
There are differencies in your data, the formulas or a macro is dificult to adjust to all your types of entries in D column
Holy crap! That's amazing!
Thank you!

Is there anyway to add onto the second formula to only copy digits and not characters?
Reply With Quote