+ Reply to Thread
Results 1 to 2 of 2

help finding single names from large list

  1. #1
    Registered User
    Join Date
    09-24-2006
    Posts
    13

    help finding single names from large list

    I am trying to find customers, from a very large list, that have been in only one time, or new customers. Filtering helped narrow the list, but it still not useable, customers that were in several times were filtered to one visit also. I think I need to filter out customers with multiple visits. I can't seem to figure it out. Any help is appreciated.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by dew23456
    I am trying to find customers, from a very large list, that have been in only one time, or new customers. Filtering helped narrow the list, but it still not useable, customers that were in several times were filtered to one visit also. I think I need to filter out customers with multiple visits. I can't seem to figure it out. Any help is appreciated.
    Assuming that the names are in column A, in a blank column try

    =IF(COUNTIF(A:A,A1)=1,A1,"")

    and formula-fill that to the end of your names.

    Copy this column and Paste Special = values, then sort / process etc.

    hth
    ---

+ 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