+ Reply to Thread
Results 1 to 3 of 3

=left?

  1. #1
    Registered User
    Join Date
    02-21-2007
    Posts
    7

    =left?

    hey all.

    is it possible with excel to do a formula to say:

    =everything to the left of the " "
    and
    =everything to the right of the " "

    EG.. in a field i have Joe Blog
    I want a formula to seporate them, but the names have different lengths.

    thanks

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You can use these formulas

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

    and

    =REPLACE(A1,1,FIND(" ",A1),"")

  3. #3
    Registered User
    Join Date
    02-21-2007
    Posts
    7
    thanks .

+ 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