ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formating First Name and Last Name (https://www.excelbanter.com/excel-discussion-misc-queries/186840-formating-first-name-last-name.html)

Chico

Formating First Name and Last Name
 
Change: LastName, FirstName

TO: FirstName LastName

Would like to do the formatting in one equation and one step.

David Biddulph[_2_]

Formating First Name and Last Name
 
Data/ Text to Columns/ Delimited/ by comma
--
David Biddulph

"Chico" wrote in message
...
Change: LastName, FirstName

TO: FirstName LastName

Would like to do the formatting in one equation and one step.




Gary''s Student

Formating First Name and Last Name
 
=RIGHT(A1,LEN(A1)-FIND(" ",A1)) & " " & LEFT(A1,FIND(",",A1))

Thus
Ravenswood, James
will become
Janes Ravenswood
--
Gary''s Student - gsnu200785


"Chico" wrote:

Change: LastName, FirstName

TO: FirstName LastName

Would like to do the formatting in one equation and one step.



All times are GMT +1. The time now is 03:08 PM.

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