Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Problem: I have a drop down list in Cell A1 which lists our 10 store numbers. The user must select their store number and I want cell A2 to Automatically fill in the Store's Address, instead of the User typing it manually. (This is to avoid spelling errors because this cell is linked to a table in Access) Please tell me how I can solve this problem. Thanks, Yasser |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VLOOKUP($A$1,J1:L10,3,FALSE)
Use this Lookup cell A1 ( name of store) look in J1:L10( you will need to have a list, with all the store names -- here names would be in column J, something in column K ( maybe phone number) and column L would have the address it specifies to look in the 3rd column ( col L) edit as you would need this to be. perhaps you could have the addresses next to the names of the stores you use in your drop down list. "yasser" wrote: Hi! Problem: I have a drop down list in Cell A1 which lists our 10 store numbers. The user must select their store number and I want cell A2 to Automatically fill in the Store's Address, instead of the User typing it manually. (This is to avoid spelling errors because this cell is linked to a table in Access) Please tell me how I can solve this problem. Thanks, Yasser |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
Can Validation against a list do auto-fill in a cell? | Excel Discussion (Misc queries) | |||
basics? | New Users to Excel | |||
insert date | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions |