iellingson
New Member
- Joined
- Dec 22, 2009
- Messages
- 14
I have looked all over and can't find a solution for this.
I have two columns in one sheet that contain origin & destination zip codes.
I have two columns in a second sheet that contain a low value zip code and a high value zip code.
What I am looking to do is find what range this zip code falls and place a value or that range in the cell next to it on the first sheet.
Example
I have 41,000 rows in Sheet 1 and 254 rows in Sheet 2.
I have two columns in one sheet that contain origin & destination zip codes.
I have two columns in a second sheet that contain a low value zip code and a high value zip code.
What I am looking to do is find what range this zip code falls and place a value or that range in the cell next to it on the first sheet.
Example
Code:
Sheet 1
A B C D
90210 (CA1 or 90001-92001) 60601 (IL1 or 60001-62001)
Sheet 2
A B C D E F
90001 92001 CA1 60001 62001 IL1
I have 41,000 rows in Sheet 1 and 254 rows in Sheet 2.