donjohnson
Programmer
- Jun 23, 2004
- 53
Hello,
I am trying to create a variable data in a spreadsheet which will create travel request forms. I cannot use VBA as many of the users have macros disabled due to paranoia. Consequently, I need to use in-sheet functions.
Here is what I would like to do. Starting with a list of cities and approved hotels (1 or more) with their address & phone, I would like to have a function like data validation to drop down a list of cities in a15. Then, once a city has been selected, I would like b15 to have a dropdown of approved hotels for that city. Finally, once the city and hotel have been selected, populate c15 with the address and phone #.
My data range for the selection looks like:
City1 Hotel1 Address1, with city, st,zip Phone1
City1 Hotel2 Address2, with city, st,zip Phone2
City2 Hotel1 Address1, with city, st,zip Phone1
City3 Hotel1 Address1, with city, st,zip Phone1
City3 Hotel2 Address2, with city, st,zip Phone2
I know someone can help me do this inside of the spreadsheet, using arrays or other "tricks", and I really appreciate your help!
Don Johnson
I am trying to create a variable data in a spreadsheet which will create travel request forms. I cannot use VBA as many of the users have macros disabled due to paranoia. Consequently, I need to use in-sheet functions.
Here is what I would like to do. Starting with a list of cities and approved hotels (1 or more) with their address & phone, I would like to have a function like data validation to drop down a list of cities in a15. Then, once a city has been selected, I would like b15 to have a dropdown of approved hotels for that city. Finally, once the city and hotel have been selected, populate c15 with the address and phone #.
My data range for the selection looks like:
City1 Hotel1 Address1, with city, st,zip Phone1
City1 Hotel2 Address2, with city, st,zip Phone2
City2 Hotel1 Address1, with city, st,zip Phone1
City3 Hotel1 Address1, with city, st,zip Phone1
City3 Hotel2 Address2, with city, st,zip Phone2
I know someone can help me do this inside of the spreadsheet, using arrays or other "tricks", and I really appreciate your help!
Don Johnson