hy,
have data in column A , and need to remove part of string starting empty space following with number ...
something like this ,
replace" num*" , with ""
example:
bla bla 224555 --result--> bla bla
hy,
have data in column A , and need to remove part of string starting empty space following with number ...
something like this ,
replace" num*" , with ""
example:
bla bla 224555 --result--> bla bla
Last edited by thmh; 09-07-2011 at 10:05 AM.