+ Reply to Thread
Results 1 to 5 of 5

Zip Codes Matching

  1. #1
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Zip Codes Matching

    Hi Experts,
    I have list of Zip Codes, I want to highlight Column B Zip Codes which are available on Column C, Column B have 112000+ zip codes and Column C have 700+ Zip Codes, any expert can help me on this issue?

    Attched: Excel file

    Thanks in Advance

    Farhan
    Attached Images Attached Images

  2. #2
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: Zip Codes Matching

    here excel file
    Attached Files Attached Files

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Zip Codes Matching

    You can use conditional formatting in B2 and down...

    Conditional Formatting
    • Highlight applicable range >> =$B$2:$B$14291
    • Home Tab >> Styles >> Conditional Formatting
    • New Rule >> Use a formula to determine which cells to format
    • Edit the Rule Description: Format values where this formula is true: =ISNUMBER(MATCH(LEFT(B2,5)+0,C:C,0))
    • Format… [Number, Font, Border, Fill]
    • OK >> OK
    Last edited by jeffreybrown; 05-30-2018 at 02:25 PM.
    HTH
    Regards, Jeff

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Zip Codes Matching

    If you sort col c, you can use a much faster CF formula:

    =LOOKUP(--LEFT(B2, 5), $C$2:$C$706) = --LEFT(B2, 5)

    B
    C
    1
    Zip Code Excl Zip
    2
    33407-1904
    32003
    3
    32182-0437
    32004
    4
    32182-0437
    32006
    5
    33407-1904
    32007
    6
    32182-0437
    32008
    7
    32667-3941
    32009
    8
    32667-3941
    32024
    9
    34481-8922
    32025
    10
    32667-3941
    32026
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Zip Codes Matching

    The entire range is: =$B$2:$B$42398
    For CF use this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. Matching zip codes to counties
    By kyohnke in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-25-2015, 04:30 PM
  2. [SOLVED] Matching codes
    By nlarson61 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-02-2015, 10:03 AM
  3. Looking up new bar codes and matching to product.
    By rsuits in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-04-2014, 11:48 AM
  4. [SOLVED] Matching up two lists of codes using VBA
    By strud in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 10-02-2013, 01:40 AM
  5. Matching codes and data into one row
    By darell in forum Excel General
    Replies: 1
    Last Post: 08-01-2011, 02:23 AM
  6. Codes for Matching HSCodes
    By RAparente in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-02-2008, 01:55 AM
  7. matching codes between 2 item codes
    By JChan in forum Excel General
    Replies: 1
    Last Post: 10-15-2005, 01:05 AM

Tags for this Thread

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