splitting info in a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one cell with the format Smith, Bill in it. I need to make it Bill
Smith.

Suggestions
 
I then have to copy/paste special/values in order for the info to stay in the
cell if I delete the original information.

I have to do this with another formula I use as well. Any other way of
having information applied without having to go through this extra step?
 
You could run a macro that does this, or you could use an
event macro that automatically runs when new info is
entered.

Jason
 
Thanks, you've been a great help.

Jason Morin said:
You could run a macro that does this, or you could use an
event macro that automatically runs when new info is
entered.

Jason
 
Hi
just as another option: Use 'Data - Text to columns' and simply
re-arrange the columns afterwards
 
Back
Top