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

    Formatting a Cover Page

    Formal reports look better when they are set up with an introductory cover page. Here's how you can add a cover page in a ...

    Discover More

    Dates Updating when Converting

    Word allows you to convert documents from WordPerfect format to Word. In doing so, you may notice that some dates in the ...

    Discover More

    Counting the Number of Blank Cells

    If you need to count the number of blank cells in a range, the function to use is COUNTBLANK. This tip discusses the ...

    Discover More

    Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!

    More ExcelTips (menu)

    Forcing Input to Uppercase

    If you type information into a workbook, you may want to make sure that what you type is always stored in uppercase. ...

    Discover More

    Displaying Letter Grades

    Grading in schools is often done using numeric values. However, you may want to change those numeric values into letter ...

    Discover More

    Deleting All Names but a Few

    Want to get rid of most of the names defined in your workbook? You can either delete them one by one or use the handy ...

    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 four less than 4?

    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.