Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rocket0612
 
Posts: n/a
Default Extract middle initial


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

thanks


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=384315

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Easiest way is DataText To Columns with a space separator

--
HTH

Bob Phillips

"rocket0612" wrote
in message ...

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

thanks


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile:

http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=384315



  #3   Report Post  
BenjieLop
 
Posts: n/a
Default


rocket0612 Wrote:
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.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=384315

  #4   Report Post  
CLR
 
Posts: n/a
Default

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

Vaya con Dios,
Chuck, CABGx3



"rocket0612" wrote
in message ...

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

thanks


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile:

http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=384315



  #5   Report Post  
rocket0612
 
Posts: n/a
Default


thanks alot.

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

thanks alot


--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=384315

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove middle initial from "first name middle initial" Justin F. Excel Discussion (Misc queries) 15 September 26th 05 06:13 PM
How do I extract 3 middle results and average them in excel SYBS Excel Worksheet Functions 4 July 2nd 05 03:14 PM
Extract Unique Values, Then Extract Again to Remove Suffixes Karl Burrows Excel Discussion (Misc queries) 23 June 25th 05 10:37 PM
Extract number in middle of cell SCOOBYDOO Excel Worksheet Functions 2 June 9th 05 02:48 PM
Extracting Last Name and First Initial Ruan New Users to Excel 4 December 17th 04 11:23 PM


All times are GMT +1. The time now is 08:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"