ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   name formats (https://www.excelbanter.com/excel-discussion-misc-queries/124739-name-formats.html)

Todd Taylor

name formats
 
I'm trying to flop names in a cell from First Last to Last, First

John Bundy

name formats
 
This is if info is in A1 and there is a space between first and last
=RIGHT(A1,FIND(" ",A1))& ", "&LEFT(A1,FIND(" ",A1))

--
--
-John
Please rate when your question is answered to help us and others know what
is helpful.

"Todd Taylor" <Todd wrote in message
...
I'm trying to flop names in a cell from First Last to Last, First




Sean Timmons

name formats
 
Make sure you have some empty columns to the right of it, then highlight the
column
Data-Text to Columns
(I assume it's first name (space) last name)
select Delimited, checkmark next to space
Finish
( I assume the names were in column A)
then, go to column C
cell C2:
=B2&", "&A2



"Todd Taylor" wrote:

I'm trying to flop names in a cell from First Last to Last, First


Todd Taylor

name formats
 
Thanks Sean.....I knew It had to be easy....

"Sean Timmons" wrote:

Make sure you have some empty columns to the right of it, then highlight the
column
Data-Text to Columns
(I assume it's first name (space) last name)
select Delimited, checkmark next to space
Finish
( I assume the names were in column A)
then, go to column C
cell C2:
=B2&", "&A2



"Todd Taylor" wrote:

I'm trying to flop names in a cell from First Last to Last, First



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

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