+ Reply to Thread
Results 1 to 4 of 4

Filter Zip Codes from a list codes

  1. #1
    Registered User
    Join Date
    06-10-2013
    Location
    Chicago
    MS-Off Ver
    365 - Mac Version 16.64
    Posts
    8

    Filter Zip Codes from a list codes

    I have two questions:

    First, I have a list of zip codes in this exact format- 40003,40006,40007,40010,40011,40012,40014,40018,40019. When I paste them in Excel, they end up all in one cell. How do I get them in individual cells?

    Second, I have a list of addresses (zip in separate column). I want to able to take the list above and filter my address list to keep only those addresses that include one of the zip codes from my list above. There's 400 addresses with zip codes and 840 zip codes in the list so I need to automate the process.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Filter Zip Codes from a list codes

    Hi,

    Welcome to the forum

    Regarding your first query, Just select the data>>Press Alt+D+E>>Select Delimited>>Under Delimiters>>Give Tick in Comma>>Next>>Click Finish.

    About your second query, please attach a sample workbook with expected output for better understanding


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    06-10-2013
    Location
    Chicago
    MS-Off Ver
    365 - Mac Version 16.64
    Posts
    8

    Re: Filter Zip Codes from a list codes

    Here's an attachment showing what I want.

    I have a list of addresses. I also have a list of zip codes that represent all zip codes within a 150 mile radius of Cincinnati. I want to have a column that says True or False if the address zip code is included in the list of zip codes within the radius. Pretty simple I would imagine for the Excel guru.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-28-2012
    Location
    Belarus
    MS-Off Ver
    Excel 2013
    Posts
    12

    Re: Filter Zip Codes from a list codes

    Hi jaugent27

    Please insert the following formula in your "Example" column:
    =IF(ISERROR(VLOOKUP(VALUE(D4),$F$4:$F$432,1,FALSE)),FALSE,TRUE)

+ 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