ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I (https://www.excelbanter.com/excel-programming/364584-how-do-i.html)

Larry Hughes

How do I
 
I have a excell spead sheet the has a field for named FullName and it
displays like this... Lastname, Firstname

I'm going to use this field to do a mailing and I want to break the field up
and mail out Firstname Lastname

any help from one of you guru's would be appreciated.

Larry Hughes


VBA Noob[_11_]

How do I
 

Larry,

Can you expand a bit and show a example of what you want to achieve and
in what cell

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=552905


Bob Phillips

How do I
 
=LEFT(A1,FIND(",",A1)-1)

=MID(A1,FIND(",",A1)+2,99)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Larry Hughes" <Larry wrote in message
...
I have a excell spead sheet the has a field for named FullName and it
displays like this... Lastname, Firstname

I'm going to use this field to do a mailing and I want to break the field

up
and mail out Firstname Lastname

any help from one of you guru's would be appreciated.

Larry Hughes




excelent

How do I
 
=RIGHT(A2,LEN(A2)-FIND(" ",A2))&", "&LEFT(A2,FIND(",",A2)-1)



All times are GMT +1. The time now is 05:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com