Building a zip code database

R

Rob

I have a complete list of zip codes, cities, counties and tax rates. I am
trying to set the spreadsheet up so that when the zip code is entered then
city, county and tax rate will auto fill in their perspective and pre-defined
cells. HELP!!
 
T

Tom Ogilvy

Look in Excel Help at the Vlookup worksheet formula.

=if(zipcodecell="","",Vlookup(zipcodecell,Table,2,False))

as an example.
 

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