L
Lai704
I have in cells A1:A1000....a combination of number and text, ex.."123 abc abc"
I wanted to split into 2 separate cells...I've done the number part...using
"=LEFT(A1,FIND(" ",A1))" to cell B1
but I can't seem to figure out how to split out "abc abc" to C1?
Any help is appreciated.
Thanks.
I wanted to split into 2 separate cells...I've done the number part...using
"=LEFT(A1,FIND(" ",A1))" to cell B1
but I can't seem to figure out how to split out "abc abc" to C1?
Any help is appreciated.
Thanks.