Archive of Mr Excel Message Board
e.g. 'HL' with H being for High and L being for L
What I really wanted was two columns with the first column having all the first digit values and the second column all the 2nd digit values
e.g.
Column 1 'H'
Column 2 'L'
Is there any easy command to do this in one go rather than have to manually change everything?
Cheers,
ROGER

Hi Roger
Ok
Say your data is in column A, starting at A1
In B1 type
=left(A1,1)
In C1 type
=right(A1,1)
Copy these formulae down columns B & C.
Copy all columns B & C and paste special values to get 2 columns showing the first then second digits
HTH
Alix

Yes. Use the Data | Text to Columns... menu command.
But first, insert a new column to the left of your
data. Next select the column containing your data,
and choose the Data | Text to Columns... menu
command. Click the "Fixed width" radio button
at Step 1 of 3, and then press [ Next> ]. At
Step 2 of 3, click in the "Data preview" field
creating a vertical line between "H" and "L", and
then press [ Finish ].
