![]() |
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? |
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:
That's it! You can now use the new column with the reversed names to print your mailing labels. |
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? |
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? |
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? |
All times are GMT +1. The time now is 04:17 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com