J
Joe Gieder
I have this in cell A1 "5 207420 GROMMET", How would I
get it in to three separate cells. I have tried:
=LEFT(A1,FIND(" ",A1)-1)
=RIGHT(A1,FIND(" ",A1))
=MID(A1,FIND(" ",A1))
I have several thousand rows of data and they are all
formated this way.
Thanks for you help as always
Joe
get it in to three separate cells. I have tried:
=LEFT(A1,FIND(" ",A1)-1)
=RIGHT(A1,FIND(" ",A1))
=MID(A1,FIND(" ",A1))
I have several thousand rows of data and they are all
formated this way.
Thanks for you help as always
Joe