Extract middle initial

  • Thread starter Thread starter rocket0612
  • Start date Start date
R

rocket0612

If in cell A1 is a name in the format "John J Jackson", how can I retur
the middle inital in A2?

thank
 
rocket0612 said:
If in cell A1 is a name in the format "John J Jackson", how can I return
the middle inital in A2?

thanks


=MID(A1,FIND(\" \",A1)+1,1)

should be your formula.

Regards.
 
thanks alot.

Bob, as the name is a variable your won't work but maybe I should have
said that!

thanks alot
 

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

Similar Threads


Back
Top