+ Reply to Thread
Results 1 to 4 of 4

Abbreviation conversion

  1. #1
    Registered User
    Join Date
    12-28-2004
    Posts
    10

    Abbreviation conversion

    I need to be able to convert city abbreviations ex: CHI to Chicago, IL. The way I have it set up in spreadsheets right now is:

    I have on Worksheet 1 - in Column A, Row 1 = CHI
    in Column B, Row 1 = Chicago, IL
    in Column A, Row 2 = ATL
    in Column B, Row 2 = Atlanta, GA. and so on....

    On Worksheet 2 -

    This worksheet is my lane worksheet where I have an Origin and Destination
    - in Column A, Row 1 = CHI (origin)
    - in Column B, Row 1 = ATL (destination)



    I need a formula that will convert the abbreviation cities into the full name cities, this will need to convert them so I can pull them into a "worksheet 3"....

    ex: - in Column A, Row 1 = Chicago, IL
    - in Column B, Row 1 = Atlanta, GA

    Thanks,

    Scott

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by borchesz121
    I need to be able to convert city abbreviations ex: CHI to Chicago, IL. The way I have it set up in spreadsheets right now is:

    I have on Worksheet 1 - in Column A, Row 1 = CHI
    in Column B, Row 1 = Chicago, IL
    in Column A, Row 2 = ATL
    in Column B, Row 2 = Atlanta, GA. and so on....

    On Worksheet 2 -

    This worksheet is my lane worksheet where I have an Origin and Destination
    - in Column A, Row 1 = CHI (origin)
    - in Column B, Row 1 = ATL (destination)



    I need a formula that will convert the abbreviation cities into the full name cities, this will need to convert them so I can pull them into a "worksheet 3"....

    ex: - in Column A, Row 1 = Chicago, IL
    - in Column B, Row 1 = Atlanta, GA

    Thanks,

    Scott
    ASSUME that your table range in Sheet 1 is A1:B100.

    Enter the following formula in Sheet 3, Cell:

    A1: =vlookup(Sheet2!A1,Sheet1!$A$1:$B$100,2,0)

    B1: =vlookup(Sheet2!B1,Sheet1!$A$1:$B$100,2,0)

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    12-28-2004
    Posts
    10

    Thanks!

    Thanks for the help

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    You're welcome ... thanks for the feedback.

    Regards.

+ 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