+ Reply to Thread
Results 1 to 2 of 2

Convert Postal Code To County?

  1. #1
    Registered User
    Join Date
    01-27-2005
    Posts
    3

    Convert Postal Code To County?

    Does anyone know a formula that can convert a postal code to the county that it correlates to?

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by manz77
    Does anyone know a formula that can convert a postal code to the county that it correlates to?
    First of all, there should be a table constucted where the first column contains the "Postal Codes" and the second column has "County" that corresponds to the Postal Codes. For this exercise, let us assume that Column X has the "Postal Codes" while Column Y has the "County" corresponding to the Postal Codes.

    If you want to enter the Postal Code in Cell A1 and have Cell B1 give you the corresponding county, here is your formula (enter in Cell B1):

    =vlookup(A1,$X$1:$Y$500,2,0)

    You can always adjust the range $X$1:$Y$500 to fit your requirements.

    Hope this will help you.
    Last edited by BenjieLop; 02-02-2005 at 01:19 PM.
    BenjieLop
    Houston, TX

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1