Text stuff...

  • Thread starter Thread starter MarkyMark
  • Start date Start date
M

MarkyMark

Hello.

Trying to switch position of names in a cell. Example,
trying to convert John A. Jones (in one cell) to Jones,
John A. in another cell.

I've tried Right, Left, ISERROR functions, but can only
seem to strip first name only. Please advise.

Thnak you.

MarkyMark
 
If all of your names include the middle initial, you could use Data/Text to
columns to split into 3 columns at the spaces. If you started with the name in
A1, it would end up in A1:C1. To get what you want, in D1 =C1&", "&A1&" "&B1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top