Separate name from text
Hi ,
I wan to separate the name from text to another cell as Ashworth Neil for the below text
Ashworth Neil08-12-2013STD
Bell Joseph08-12-2013STD
Bin-Dory Mbarak08-12-2013STD
Please provide the formula..
Thanks
Karunakar
Hi
Here you go
assuming your text is in A1, paste the following formula in B1
=LEFT(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"0123456789"))-1)
Hope this helps
Thank you very much, it works
Thank you very much, it works me