K
Ken Wright
You don't need to, as it can be done with a formula quite easily. Data / text To Columns
will do it by using Data / text To Columns / delimited / Check 'Space' as delimiter and
hit next and finish. Downside is that the rest of your data will also be split whervere
there was a space in the data and you will have to recombine it using concatenation.
Using a formula, assuming your data starts in A1, in B1 put the following formula and copy
down:-
=LEFT(A1,LEN(A1)-6)
will do it by using Data / text To Columns / delimited / Check 'Space' as delimiter and
hit next and finish. Downside is that the rest of your data will also be split whervere
there was a space in the data and you will have to recombine it using concatenation.
Using a formula, assuming your data starts in A1, in B1 put the following formula and copy
down:-
=LEFT(A1,LEN(A1)-6)