Thank you Martin,
but I'm not an expert. I'm not clear on what I'm supposed to do with this.
The Full name is in column (A) I want the first name in column (B) and the
last name in column (C).
Where would I use Data>Text at?
Digital2k
> Hi Digital2k,
>
> Data>Text to Columns will do that admirably.
>
> HTH
> Martin
daddylonglegs - 16 Jul 2006 14:58 GMT
Data > Text to columns will keep the first name in column A and move th
second to column B.
If you still want to retain the full name in column A then copy colum
A to column B, select column B and use Data menu > Text to column
option with space as delimiter.
Alternatively, using formulas, in B1
=LEFT(A1,FIND(" ",A1)-1)
and in C1
=REPLACE(A1,1,FIND(" ",A1),""
MartinW - 16 Jul 2006 15:02 GMT
Hi Digital2K,
Highlight all of your names in column A.
Goto Data>Text to Columns.
In the first page of the wizard select delimited then click next.
In the second page of the wizard check space (make sure all other
options are unchecked.) then click next.
In the third page in destination put $B$1 and click finish.
These directions are for Excel 2000, if you have a different version
the process may be a little different but the basics should be the same.
HTH
Martin
> Thank you Martin,
> but I'm not an expert. I'm not clear on what I'm supposed to do with this.
[quoted text clipped - 9 lines]
>> HTH
>> Martin
Digital2k - 16 Jul 2006 19:15 GMT
Thank you to all!!
Took awhile but I'm learning thanks to this great forum.
Digital2k
> Hi Digital2K,
>
[quoted text clipped - 25 lines]
>>> HTH
>>> Martin
Bob Phillips - 16 Jul 2006 15:03 GMT
Select the column, go to Data>Text To Columns, click the delimited button,
check space delimiter box, and Finish

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Thank you Martin,
> but I'm not an expert. I'm not clear on what I'm supposed to do with this.
[quoted text clipped - 9 lines]
> > HTH
> > Martin