Convert Zip Code to County

G

Guest

Our company uses counties to determine sales territories, so I often need to
take a database of addresses and ad a column for the county, and then
manually populate the cells. I then use a pivot table to divide the
information up into sales territories. Is there a way to have the cells in
the county coumn populate automatically by referencing the zip code if I have
another fixed database with all of the zip codes and their associated
counties?
 
G

Guest

Yes Michael, the VLOOKUP function should do exactly what you want......
something like.....

=VLOOKUP(A1,ZipCountyDB,2,FALSE)

where A1 is the Zip you want to look up, and ZipCountyDB is two columns
listing the Zips in the left column and their corresponding counties in the
right.

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top