![]() |
Is there a way to switch name order in an Excel column?
I want to be able to switch from first_name last_ name to last_name,
first_name in an excel column without using text to columns then concatenating the new columns. Is there a formula that will take care of this more easily? |
=mid(a1,find(" ",a1)+1,255)&", "&left(a1,find(" ",a1)-1)
then fill down "makocako" wrote: I want to be able to switch from first_name last_ name to last_name, first_name in an excel column without using text to columns then concatenating the new columns. Is there a formula that will take care of this more easily? |
All times are GMT +1. The time now is 06:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com