+ Reply to Thread
Results 1 to 5 of 5

Extract middle initial

  1. #1
    Registered User
    Join Date
    02-05-2005
    Posts
    57

    Arrow 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

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by rocket0612
    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
    Houston, TX

  3. #3
    Bob Phillips
    Guest

    Re: Extract middle initial

    Easiest way is Data>Text To Columns with a space separator

    --
    HTH

    Bob Phillips

    "rocket0612" <rocket0612.1rnhml_1120489533.2509@excelforum-nospam.com> wrote
    in message news:rocket0612.1rnhml_1120489533.2509@excelforum-nospam.com...
    >
    > 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
    >




  4. #4
    CLR
    Guest

    Re: Extract middle initial

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

    Vaya con Dios,
    Chuck, CABGx3



    "rocket0612" <rocket0612.1rnhml_1120489533.2509@excelforum-nospam.com> wrote
    in message news:rocket0612.1rnhml_1120489533.2509@excelforum-nospam.com...
    >
    > 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. #5
    Registered User
    Join Date
    02-05-2005
    Posts
    57
    thanks alot.

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

    thanks alot

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1