close

The tricky part about this is the that it must be done in only 2 cells, all
of the example given in the Excel tutorials are using one cell for each name,
one for the first and one for the last. That however, does not help me. I
must convert these names in singles cells like such From:CELL1--[Smith,
John] To:CELL2--[John Smith]. CAN SOMEONE HELP ME PLEASE....1000 Thanks.

Try this:

=MID(A1,FIND(quot;,quot;,A1,1) 2,1024)amp;quot; quot;amp;LEFT(A1,FIND(quot;,quot;,A1,1)-1)

HTH,
Elkarquot;Leviquot; wrote:

gt; The tricky part about this is the that it must be done in only 2 cells, all
gt; of the example given in the Excel tutorials are using one cell for each name,
gt; one for the first and one for the last. That however, does not help me. I
gt; must convert these names in singles cells like such From:CELL1--[Smith,
gt; John] To:CELL2--[John Smith]. CAN SOMEONE HELP ME PLEASE....1000 Thanks.


It's difficult to tell from your post but, assuming the first and last
names are separated by a comma then a space

=MID(A1amp;quot; quot;amp;A1,FIND(quot;,quot;,A1) 2,LEN(A1)-1)--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: www.excelforum.com/member.php...oamp;userid=30486
View this thread: www.excelforum.com/showthread...hreadid=537891As long as they are all of that format

=MID(A1,FIND(quot;, quot;,A1) 2,255)amp;quot; quot;amp;LEFT(A1,FIND(quot;, quot;,A1)-1)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

quot;Leviquot; gt; wrote in message
...
gt; The tricky part about this is the that it must be done in only 2 cells,
all
gt; of the example given in the Excel tutorials are using one cell for each
name,
gt; one for the first and one for the last. That however, does not help me. I
gt; must convert these names in singles cells like such From:CELL1--[Smith,
gt; John] To:CELL2--[John Smith]. CAN SOMEONE HELP ME PLEASE....1000
Thanks.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()