+ Reply to Thread
Results 1 to 3 of 3

Extract the first characters inside a cell up to a delimiter

  1. #1
    Forum Contributor
    Join Date
    07-29-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    365
    Posts
    255

    Extract the first characters inside a cell up to a delimiter

    Hi

    I have a list of names in the following format but only want to extract the first part of the string until the comma

    List


    Smith, John
    Mc Donald, Jesse
    Jones, Bob
    Dexter, Ian


    Desired Output

    Smith
    Mc Donald
    Jones
    Dexter


    Thanks, MQ
    Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.

  2. #2
    Forum Contributor
    Join Date
    07-29-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    365
    Posts
    255

    Re: Extract the first characters inside a cell up to a delimiter

    Got it!

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

  3. #3
    Forum Contributor
    Join Date
    07-29-2009
    Location
    Melbourne, Australia
    MS-Off Ver
    365
    Posts
    255

    Re: Extract the first characters inside a cell up to a delimiter

    And the reverse would be RIGHT(F28,LEN(F28)-(FIND(",",F28))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 03-27-2012, 06:00 AM
  2. Can I extract certain words from inside a cell?
    By kufta4 in forum Excel General
    Replies: 4
    Last Post: 03-30-2011, 11:01 AM
  3. Show Characters Left of Delimiter (,)
    By bdb1974 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-25-2009, 03:33 PM
  4. Counting special characters inside a cell.
    By devnullish in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-18-2008, 04:56 PM
  5. counting characters inside a cell
    By simonsmith in forum Excel General
    Replies: 5
    Last Post: 07-26-2006, 02:30 PM

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