Results 1 to 3 of 3

Thread: Want help to filter zip codes to ranges in Microsoft Excel

  1. #1
    Join Date
    Feb 2012
    Posts
    10

    Want help to filter zip codes to ranges in Microsoft Excel

    I am working on a project to take a list of ZIP codes (29,133 rows) and sort it by territory, then find all ZIPs in that territory that are in sequential order and make a ZIP range from the 2 extremes in the sequential group. The logic behind what I want to do goes like this. Sort by Region code, then by Zone #, then by ZIP code. Find all groups of ZIP codes sequentially ordered and append the first ZIP in the group to column X and the last ZIP in the group to Column Y. Regions are made up of territories, territories are mad up of zones. The list should be sorted by zip code in ascending order. All I need it to do is to take all of the zip codes that are in sequential order an put the first one in the sequential group in a cell to the right and the last one in the sequence in the cell to the right of that. Or the entire sequence can be made in to a range of the extremes in the group.
    For example:
    • Zip Code Zone Region Code Territory Result
    • 07002 0 R6 R6-0 07002
    • 07003 5 R6 R6-5 07003-07004
    • 07004 5 R6 R6-5
    • 07006 0 R6 R6-0 07006-07007
    • 07007 0 R6 R6-0
    • 07009 0 R6 R6-0 07009
    • 07017 0 R6 R6-0 07017-07019
    • 07018 0 R6 R6-0
    • 07019 0 R6 R6-0

    The ranges are broken out by zone. I am putting these in a database to track sales. Unless I condense the consecutive zips into ranges I will have >29,000 rules in the database, which will choke my computer. My goal is to cut that down to 14,000 - 15,000 zip code rules. I hope that helps.

  2. #2
    Join Date
    Jul 2011
    Posts
    440

    Re: Want help to filter zip codes to ranges in Microsoft Excel

    I can write the code to do the sorting and sequential check you described in VB6, you can easily adapt it to Excel. Is the data private? If not, do you have a flat text file that has all of the data in it? Or do you have it in a spreadsheet such that you cold save it to a csv file and send it to me? If so I will write up a quick program and send you the program and the source code so you can see how I did it.

  3. #3
    Join Date
    Jul 2011
    Posts
    434

    Re: Want help to filter zip codes to ranges in Microsoft Excel

    It is confidential client data. But I can strip out the confidential data and just send you the list of zip codes. I would have done this myself but I was only given 48 hours to do it. Spending much of that time in airports doesn't help. I appreciate the help.

Similar Threads

  1. Automatic Filter on Hyperlink in Excel
    By Mike Chester in forum Software Development
    Replies: 2
    Last Post: 17-03-2012, 12:36 PM
  2. Want help to filter merge cell in Microsoft Excel
    By DEvOTeEL in forum MS Office Support
    Replies: 2
    Last Post: 24-02-2012, 07:00 PM
  3. Replies: 2
    Last Post: 23-02-2012, 07:13 PM
  4. Replies: 2
    Last Post: 24-01-2012, 02:07 PM
  5. How to Auto Filter in Excel
    By Lanka Boy in forum Windows Software
    Replies: 2
    Last Post: 07-01-2012, 09:17 PM

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
  •  
Page generated in 1,713,490,306.94290 seconds with 17 queries