+ Reply to Thread
Results 1 to 6 of 6

keep first word only

  1. #1
    Registered User
    Join Date
    07-17-2006
    Posts
    10

    Question keep first word only

    I need a formula that will allow me to only keep the first word in cells that may have two words. Is this possible?

    Thank you,
    Andrew

  2. #2
    Bob Phillips
    Guest

    Re: keep first word only

    =LEFT(A1,FIND(" ",A1)-1)

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Excel_help" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need a formula that will allow me to only keep the first word in cells
    > that may have two words. Is this possible?
    >
    > Thank you,
    > Andrew
    >
    >
    > --
    > Excel_help
    > ------------------------------------------------------------------------
    > Excel_help's Profile:

    http://www.excelforum.com/member.php...o&userid=36439
    > View this thread: http://www.excelforum.com/showthread...hreadid=566748
    >




  3. #3
    Registered User
    Join Date
    07-17-2006
    Posts
    10
    Thanks, Bob

    It doesn't seem to work, though

  4. #4
    David F. Cox
    Guest

    Re: keep first word only

    =LEFT(A1,FIND(" ",A1&" ")-1)

    David F Cox


    "Excel_help" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I need a formula that will allow me to only keep the first word in cells
    > that may have two words. Is this possible?
    >
    > Thank you,
    > Andrew
    >
    >
    > --
    > Excel_help
    > ------------------------------------------------------------------------
    > Excel_help's Profile:
    > http://www.excelforum.com/member.php...o&userid=36439
    > View this thread: http://www.excelforum.com/showthread...hreadid=566748
    >




  5. #5
    Registered User
    Join Date
    07-17-2006
    Posts
    10
    Thanks, David.

    How would I alter the formula so that the first letter is also capitalized. Sorry that i did not mention this initially.

    Andrew

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try

    =PROPER(LEFT(A1,FIND(" ",A1&" ")-1))

+ 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