anonemous
New Member
- Joined
- Dec 2, 2015
- Messages
- 16
- Office Version
- 365
- 2016
- 2010
- Platform
- Windows
- MacOS
I'm stumped trying to figure this one out. I have a dataset of about 1,000 addresses and another dataset of all ranges of addresses in a city with an associated area, e.g. Area A, B, C, etc. I'm trying to figure out if there is a way to have excel recognize the range of an address including the street name and return the area in an adjacent column.
Example:
Sheet1
Sheet2
Desired Output after looking up from Sheet2 into Sheet1:
I know I can do this by geocoding polygons, but I'm trying to see if excel has a way to clean this up than doing this the spatial way.
Example:
Sheet1
Address |
1004 Main St |
1343 Oak St |
501 Maple St |
Sheet2
Range_low | Range_High | Street | Area |
1000 | 1500 | Main St | 1 |
1600 | 1999 | Main St | 2 |
1000 | 1500 | Oak St | 3 |
1600 | 1999 | Oak St | 4 |
100 | 499 | Maple St | 5 |
500 | 999 | Maple St | 6 |
Desired Output after looking up from Sheet2 into Sheet1:
Address | Area |
1004 Main St | 1 |
1343 Oak St | 3 |
1501 Maple St | 6 |
I know I can do this by geocoding polygons, but I'm trying to see if excel has a way to clean this up than doing this the spatial way.