Cleaning Up Lists

Written by Allen Wyatt (last updated April 6, 2024)
This tip applies to Excel 97, 2000, 2002, and 2003


Larry works for a firm that does outbound calls to potential customers. The firm has downloaded the national Do-Not-Call list, and wants to check their targeted phone numbers against the list, so they can make sure they don't call anyone that is on the DNC list. He was wondering how this can be done in Excel.

First of all, the natural question is whether Excel is even the proper tool to use for such a task. In checking information at the Federal Trade Commission's Web site, it appears that the DNC list, which is a flat text file, can consist of either phone numbers in individual area codes or a file that contains all area codes. Quick calculations indicate that the average area code list has in excess of 300,000 phone numbers, with over 120,000,000 phone numbers nationwide.

Working with such large quantities of phone numbers in Excel is not only impractical, but virtually impossible--Excel will only handle up to 65,536 rows of data. A better solution would be to use some sort of database program (perhaps Access), which can work with much larger numbers of records. You could also search the Web for proprietary solutions that will work with the DNC list.

Assuming that you work with just a subset of the DNC list, and that it will all fit within your copy of Excel, then it is a relatively easy task to compare one list against another. This assumes that the data in your DNC list and the "need to check" list are in the same text format. For the sake of this example, assume as well that the DNC list is in column A, and the "need to check" list is in column C. You can then follow these steps:

  1. Select the cell in column D that is just to the right of the first phone number you want to check in column C.
  2. Enter the following formula in the selected cell:
     =ISNA(MATCH(C2,$A:$A,0))
  • Copy the formula down so it is beside all the numbers you want to check in column C.
  • The results of the formula indicate whether the adjoining phone number is in the DNC list or not. If the result is TRUE, then the phone number is not in the DNC list; a result of FALSE means it is in the DNC list and should not be called. At this point you can easily sort the "need to check" list according to the results of the formula in column D. You can then delete all the phone numbers for which the value in column D is FALSE.

    ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2319) applies to Microsoft Excel 97, 2000, 2002, and 2003.

    Author Bio

    Allen Wyatt

    With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

    MORE FROM ALLEN

    Retrieving Drive Statistics

    Need to gather some information about the drives on a system? It can be pretty easy to do using a macro, as shown in this ...

    Discover More

    Changing Label Sizes

    Information formatted for one type of label may someday need to be printed on a different type of label. Here's some ...

    Discover More

    Referencing the Last Six Items in a Formula

    If you have a list of data in a column, you may want to determine an average of whatever the last few items are in the ...

    Discover More

    Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!

    More ExcelTips (menu)

    Getting Help when Entering Functions

    Need a quick memory jog when entering a worksheet function? Here's a shortcut that will be invaluable.

    Discover More

    Checking for a Value in a Cell

    Need to figure out if a cell contains a number so that your formula makes sense? (Perhaps it would return an error if the ...

    Discover More

    Entering the Current Time

    Need to enter the current time into a cell? It's easy to do using this keyboard shortcut. The shortcut is a handy one to ...

    Discover More
    Subscribe

    FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

    View most recent newsletter.

    Comments

    If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

    What is nine minus 5?

    There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


    This Site

    Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

    Newest Tips
    Subscribe

    FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

    (Your e-mail address is not shared with anyone, ever.)

    View the most recent newsletter.