I have a list of zip codes that define a boundary and would like to use the names of the zip codes to give a name to that area based on the geography that it covers.
My first thought was to look up the city code (zip name) and add up the population and then concatenate CITY1/CITY2/CITY3 as the name. I am just looking for a general geographic area.
Is there any way to take the Upper/Lower zips to use those that better describe the actual boundary (top left --> bottom right). Any thoughts appreciated.