Zip Code Radius Calculations Using Microsoft Excel


Microsoft Excel “custom functions” can be used to carry out many tasks related to address and zip code information, such as importing demographic data, checking address accuracy, even calculating driving time and distance. Custom functions, also referred to as User Defined Functions (UDFs), perform complex calculations or tasks and are used in cell formulas just like standard Excel functions such as SUM or AVERAGE. In this article we will discuss how custom functions can also be used for identifying zip codes within a specified distance or “radius”.

Zip codes can be extremely useful for analyzing demographic information, and can help you better target customers and plan marketing campaigns. For example, identifying zip codes within a specified radius of potential new store locations can help you select a location most accessible to your customer base. But instead of drawing circles on a map, a much easier approach is to use a custom function within Excel that will identify the zip codes for you.

How would a custom function like this work? Let’s say you are evaluating a possible store location in zip code 07470 and need a list of all zip codes within a 10 mile radius. To use a custom function named RADIUS, simply input a formula in a worksheet cell like this: “= RADIUS (Zip Code, Radius Distance)”. For this case the formula is “= RADIUS (“07470″, 10)”, and the worksheet will display all zip codes within 10 miles of 07470.

The formula can be tailored to output the data as a string of zip codes listed in a single cell, or as an array with individual results in multiple cells in the spreadsheet. To return a formula as an array in Excel, simply highlight the destination range with your mouse, then hold down the Ctrl and Shift keys and press Enter. The returned data can also include the distance as well as the zip code and sort these by closeness to the target zip code. Additional options can be added to have the distance returned in kilometers or miles.

The custom function automates the process of finding all zip codes that fall within the given radius by searching a local zip code database and performing distance calculations based on latitude and longitude. All of these actions occur in the background, so the user works entirely within Excel and sees only the resulting list of zip codes displayed in their worksheet – there is no need to learn a new application or import a zip code list from a web page.

A big advantage of custom functions is their ability to process large amounts of data in a spreadsheet format. To perform zip code radius calculations for a list of zip codes in column A, for example, simply input the appropriate custom function formula in cell B1, such as: “= RADIUS (A1, 10)” where “A1″ is the worksheet cell location of the first zip code. Then just copy and paste this formula as needed in column B; in this way you can perform radius calculations for literally thousands of zip codes, without the time-consuming manual input required for other programs.

There are other useful Excel custom functions that complement zip code radius calculations by calculating the distance between two given zip codes. The custom function formula in this case would be something like “= DISTANCE (Zip Code 1, Zip Code 2)”. The calculated distance can be “as the crow flies” or can be estimates of actual driving distance or time.

A zip code radius function is one more good example of how Excel custom functions can be used to automate complicated tasks with no need to learn a new application or even leave the familiar environment of Excel. From checking the accuracy of mailing lists to identifying zip codes within a specified radius, custom functions can be valuable tools for analyzing zip code and address information in Excel.

Author: Betty Hughes
Article Source: EzineArticles.com
Provided by: Pressure cooker

Leave a Reply