+ Reply to Thread
Results 1 to 5 of 5

List with names and numbers

  1. #1
    Registered User
    Join Date
    07-30-2015
    Location
    Florida
    MS-Off Ver
    2013
    Posts
    49

    List with names and numbers

    Good morning all over the world,
    My challenge today is because I found that our accounting program (QB) doesn't show me the costumer contact list without job number.
    I need the list only with the plain name without numbers and only one time per customer.
    Please see the example:
    ZIE SA
    ZIE SA:180057
    ZIE SA:271520
    ZIE SA:271903
    ZIE SA:271905
    ZIE SA:580019
    ZIE SA:580069
    ZIE SA:580213
    ZIX ASA
    ZIX ASA:601729
    ZIX ASA:939836
    ZIX ASA:939837
    ZODIAC Morten
    ZODIAC Morten :020297

    And I want the list like this:
    ZIE SA
    ZIX ASA
    ZODIAC Morten

    Thanks you very much for your attention and the best wishes from the lovely and sunny Miami.

  2. #2
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: List with names and numbers

    try this formula in the column next to it, assuming your data is in column A =TRIM(LEFT(A1,IFERROR(FIND(":",A1),LEN(A1)+1)-1)). Then copy and past values and use excels remove duplicates function.
    Regards,
    amotto

    If I helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: List with names and numbers

    Or this

    =TRIM(LEFT(SUBSTITUTE(A1,":",REPT(" ",50)),50))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    12-27-2010
    Location
    Canada
    MS-Off Ver
    Excel 2013
    Posts
    1

    Re: List with names and numbers

    Select the column of data. From the Data tab, click Text to Columns, choose Delimited and click Next>, select Other and type a colon then click Finish.

  5. #5
    Registered User
    Join Date
    07-30-2015
    Location
    Florida
    MS-Off Ver
    2013
    Posts
    49

    Re: List with names and numbers

    Excelcrazy2, that was the best solution and most simple. I will give you reputation after I finish my case.
    Thanks you very much.
    Now, I have a huge list with a lot of duplicates names. I am thinking to do it trough Data, Remove Duplicates. Is it a better way to do it?
    Thanks you very much

+ 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. [SOLVED] Populating List of numbers or names
    By kbiro in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-18-2015, 01:25 AM
  2. [SOLVED] Change list of names to numbers
    By nemo74 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-27-2013, 04:45 PM
  3. Replies: 3
    Last Post: 11-22-2013, 05:06 PM
  4. [SOLVED] help with list of names and numbers
    By mrjboyle in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 10-26-2013, 07:14 PM
  5. [SOLVED] Creating a sum of numbers based on a list of names
    By empireants in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-27-2013, 01:07 PM
  6. Replies: 2
    Last Post: 07-13-2011, 06:40 AM
  7. list of names using numbers
    By GERARD.SMITH in forum Excel General
    Replies: 1
    Last Post: 03-24-2010, 05:21 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