L
Laurence Smith
I downloaded a CSV file from the net and converted it to an Excel file
(I use Excel 2002 on my Vista PC).
The A column has names like:
John Doe
Joe Smith*
Harry Jones#
etc.
The text to column thing does not work and I've tried lots of things
like copying the column to Notepad and recopying it back in so as to
make sure Excel is seeing this as text.
I've done the same and used the REPLACE function in Notepad to take
away the asterisks and pound signs. Still no go.
Is there any special trick to getting the text-to-column thing to work.
I want column A to have all the first names and column B to have all
the last names.
I also used this formula only to get the #Value error:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&", "&" "&LEFT(A1,FIND(" ",A1)-1)
Thanks in advance for any help.
(I use Excel 2002 on my Vista PC).
The A column has names like:
John Doe
Joe Smith*
Harry Jones#
etc.
The text to column thing does not work and I've tried lots of things
like copying the column to Notepad and recopying it back in so as to
make sure Excel is seeing this as text.
I've done the same and used the REPLACE function in Notepad to take
away the asterisks and pound signs. Still no go.
Is there any special trick to getting the text-to-column thing to work.
I want column A to have all the first names and column B to have all
the last names.
I also used this formula only to get the #Value error:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&", "&" "&LEFT(A1,FIND(" ",A1)-1)
Thanks in advance for any help.