Forum Discussion

joni_CCD-8244's avatar
joni_CCD-8244
Copper Contributor
May 29, 2019
Solved

Reverse name order

I used to do complicated macros years ago, but I either forgot something or the options have changed.  I  can still do some macros, but not edit a cell.  I have a list of names that are "Last name, F...
  • Haytham Amairah's avatar
    May 29, 2019

    Hi joni_CCD-8244,

     

    You don't need a macro to do that.

    This formula does the trick:

    =RIGHT(A1,LEN(A1)-SEARCH(",",A1)-1)&" "&LEFT(A1,SEARCH(",",A1)-1)

     

     

    You can even do that without using any formula!

    By using the https://support.office.com/en-us/article/using-flash-fill-in-excel-3f9bcf1e-db93-4890-94a0-1578341f73f7.

     

    Hope that helps

Resources