I’m trying to setup a Time Zones list. I’ve got a set of Time Zone Columns in a separate spreadsheet - One for PST, One for MST, One for CST and One for EST. I’ve got a drop down list created for the four timezones: PST, MST, CST, EST. If I choose PST, I want the appropriate row (value) selected from the other spreadsheet.
Example: Spreadsheet:
PST MST CST EST
01 02 03 04
01 is Cell A3, 02 is cell B3, 03 us cell C3, 04 is cell D3
Spreadsheet is Zones
So, if PST is selected from the drop down list, I’d like the result to be (value) Zones.A3. If MST is selected from the drop down list, I’d like the result to be (value) Zones.B3. And so on.
I’d like to then be able to copy this formula down in the destination sheet so that each cell would then adjust depending on the selection from the drop down.
What I would like to know is how to set this up appropriately for it to work?