DPChristman
Board Regular
- Joined
- Sep 4, 2012
- Messages
- 177
- Office Version
- 365
- Platform
- Windows
This is something I thought I knew how to do, but it isn't working.
I have a column in my spreadsheet with names in the Lname,Fname cormat (Example: Smith,John A)
Say this data appears in cell A2. I thought the way to get is was <=RIGHT(A2,(FIND("",A2,1)-1))&" "&LEFT(A2,(FIND(",",A2,1)-1)) > or something like that.
However, this is not working, Does anyone have a quick way to make this work?
I have a column in my spreadsheet with names in the Lname,Fname cormat (Example: Smith,John A)
Say this data appears in cell A2. I thought the way to get is was <=RIGHT(A2,(FIND("",A2,1)-1))&" "&LEFT(A2,(FIND(",",A2,1)-1)) > or something like that.
However, this is not working, Does anyone have a quick way to make this work?
Last edited: