+ Reply to Thread
Results 1 to 6 of 6

Match Zipcodes across 2 sheets

  1. #1
    Registered User
    Join Date
    11-22-2018
    Location
    Australia
    MS-Off Ver
    unknown
    Posts
    2

    Match Zipcodes across 2 sheets

    Hi,

    I have an issue i can't work out. I have two sheets, sheet one with a full list of zipcodes and sheet two with just some. I want to know which zipcodes in sheet two are found in sheet one. Is there a formula for this?

    please find attached an example of what i am trying to do.

    If anyone could help that would be great!

    Cheers.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,907

    Re: Match Zipcodes across 2 sheets

    Try this:

    =COUNTIF(Sheet1!B:B,Sheet2!B2)>0

  3. #3
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: Match Zipcodes across 2 sheets

    You can do with Power Query as in the attached.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    11-22-2018
    Location
    Australia
    MS-Off Ver
    unknown
    Posts
    2

    Re: Match Zipcodes across 2 sheets

    Are you able to step me through how you used Power Query to get the match list. Im stuck on that.

    Cheers

  5. #5
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: Match Zipcodes across 2 sheets

    Maybe, put this on C2 and ENTERED as ARRAY FORMULA then copied down

    =IFERROR(INDEX(Sheet1!$B$2:$B$133,SMALL(IF(COUNTIF($B$2:$B$6,Sheet1!$B$2:$B$133)>0,MATCH(ROW(Sheet1!$B$2:$B$133),ROW(Sheet1!$B$2:$B$133)),""),ROW(A1))),"")+0
    Attached Files Attached Files

  6. #6
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: Match Zipcodes across 2 sheets

    Quote Originally Posted by tgpollock View Post
    Are you able to step me through how you used Power Query to get the match list. Im stuck on that.
    1) Select a cell inside each list of post codes and add to the Data Model by using Power Query -> From Table/Range.
    This will give you 2 queries, one full list and one with the small list of post codes.....

    Tell me if you get this step done.

+ 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. Adding communities to zipcodes:
    By ldr8790 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-02-2015, 08:22 AM
  2. looking up zipcodes from another workbook
    By ilostmygummy in forum Excel General
    Replies: 3
    Last Post: 06-28-2015, 10:07 AM
  3. Help! Need to Filter Out Certain Zipcodes from Leads
    By Aiolus in forum Excel General
    Replies: 2
    Last Post: 04-23-2013, 11:45 AM
  4. Return value after searching 3 col's of zipcodes
    By Oscar Fox in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-13-2011, 03:37 AM
  5. VBA to fix ZipCodes
    By davidsons in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-28-2011, 11:27 AM
  6. Macro to fix zipcodes
    By martinez_pedro in forum Excel General
    Replies: 3
    Last Post: 03-31-2009, 01:42 PM
  7. Vlook up and Zipcodes
    By ChefBacon in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-09-2009, 11:52 AM

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