Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to know the easiest method for populating mailing address
information based on selection of data from a validation selection list. In column A, I have a validation selection list with one of several 2 digit city codes. For instance, CL for Cleveland. After the user selects CL, I would like Cleveland to populate Column B, Ohio to populate Column C, and 44312 to populate column C. I appreciate any help! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Take a look VLOOKUP function in Help menu
"BrownsFan" wrote: I would like to know the easiest method for populating mailing address information based on selection of data from a validation selection list. In column A, I have a validation selection list with one of several 2 digit city codes. For instance, CL for Cleveland. After the user selects CL, I would like Cleveland to populate Column B, Ohio to populate Column C, and 44312 to populate column C. I appreciate any help! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use Data Validation for in-cell drop-down for selecting a city code and VLOOKUP
for the filling-in part. See Debra Dalgleish's site for more on VLOOKUP and Data Validation lists for entering the choices. http://www.contextures.on.ca/xlFunctions02.html Since you already hav the DV list you can ignore the following if you choose. http://www.contextures.on.ca/xlDataVal01.html Note the section on using DV lists from another worksheet by naming the list. Gord Dibben MS Excel MVP On 11 Jan 2007 10:58:40 -0800, "BrownsFan" wrote: I would like to know the easiest method for populating mailing address information based on selection of data from a validation selection list. In column A, I have a validation selection list with one of several 2 digit city codes. For instance, CL for Cleveland. After the user selects CL, I would like Cleveland to populate Column B, Ohio to populate Column C, and 44312 to populate column C. I appreciate any help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation list linked value | Excel Discussion (Misc queries) | |||
Help! Selecting item on data validation list switches windows | Excel Discussion (Misc queries) | |||
Dynamic Range, Data Validation and Address, Match and Offset Funct | Excel Worksheet Functions | |||
Data Validation - using a list from another workbook | Excel Discussion (Misc queries) | |||
Data Validation List Length | Excel Worksheet Functions |