Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Annie Lord
 
Posts: n/a
Default How do I reverse name order from Last, First to First Last in Exc

I received a file from an outside vendor with names listed Last, First. I
need to print labels for mailing from this file with names First Last. Is
there a way to reverse the order in an Excel spreadsheet?
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: How do I reverse name order from Last, First to First Last in Exc

Yes, there is a way to reverse the order of names from Last, First to First Last in Excel. Here are the steps:
  1. Select the column that contains the names you want to reverse.
  2. Click on the Data tab in the ribbon at the top of the screen.
  3. Click on the Text to Columns button in the Data Tools group.
  4. In the Convert Text to Columns Wizard window that appears, select Delimited and click Next.
  5. In the next window, make sure that only Comma is selected as the delimiter and click Next.
  6. In the next window, select the column that contains the first names and click Finish.
  7. Now you should have two columns, one with the last names and one with the first names.
  8. Insert a new column to the right of the first names column.
  9. In the first cell of the new column, enter the formula
    Formula:
    =B1&" "&A1 
    (assuming the last names are in column A and the first names are in column B).
  10. Drag the formula down to fill the rest of the cells in the new column.
  11. Now you should have a column with the names in the format First Last.

That's it! You can now use the new column with the reversed names to print your mailing labels.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default How do I reverse name order from Last, First to First Last in Exc

=MID(A1 & " " & A1,FIND(" ",A1,1),LEN(A1))
--
Gary's Student


"Annie Lord" wrote:

I received a file from an outside vendor with names listed Last, First. I
need to print labels for mailing from this file with names First Last. Is
there a way to reverse the order in an Excel spreadsheet?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Annie Lord
 
Posts: n/a
Default How do I reverse name order from Last, First to First Last in

Thank you so much!! That saves me enormous amounts of time. A

"Gary''s Student" wrote:

=MID(A1 & " " & A1,FIND(" ",A1,1),LEN(A1))
--
Gary's Student


"Annie Lord" wrote:

I received a file from an outside vendor with names listed Last, First. I
need to print labels for mailing from this file with names First Last. Is
there a way to reverse the order in an Excel spreadsheet?

  #5   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default How do I reverse name order from Last, First to First Last in

You are very welcome.
--
Gary''s Student


"Annie Lord" wrote:

Thank you so much!! That saves me enormous amounts of time. A

"Gary''s Student" wrote:

=MID(A1 & " " & A1,FIND(" ",A1,1),LEN(A1))
--
Gary's Student


"Annie Lord" wrote:

I received a file from an outside vendor with names listed Last, First. I
need to print labels for mailing from this file with names First Last. Is
there a way to reverse the order in an Excel spreadsheet?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reverse column order with a macro [email protected] Excel Discussion (Misc queries) 3 June 1st 06 10:39 PM
Is it possible to print the pages of a workbook in reverse order? Bawbee Excel Discussion (Misc queries) 3 July 15th 05 03:13 PM
How do I quickly reverse the order of a set of data mdaiga Excel Discussion (Misc queries) 3 April 7th 05 10:10 PM
How 2 reverse order of columns Bill Meacham Excel Discussion (Misc queries) 3 February 20th 05 03:29 AM
how to paste the values in reverse order in workbook nayeemoddin Excel Discussion (Misc queries) 2 December 6th 04 08:35 AM


All times are GMT +1. The time now is 11:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"