i have a user request forms with multiple inputs and data validation to lists as opposed to free form text.
can you include an if statement in the Data Validation lists to choose a corresponding list based on the value that is in the cell next to it?
For example:
Excel sheet:
last name, first name, layer of access, type of access
Lists:
layer of access [with values App, DB, OS]
type of access App [with values Setup, Transact, SuperUser, Inquiry]
type of access DB [with values Select, Update]
type of access OS [with values Read, Write, Execute]
How can I make it so that is someone puts a value of "DB" in the layer of access column, the list that they see in the type of access reads the values from "type of access DB"
not sure if all that makes sense, but i have to think theres a way to do this
can you include an if statement in the Data Validation lists to choose a corresponding list based on the value that is in the cell next to it?
For example:
Excel sheet:
last name, first name, layer of access, type of access
Lists:
layer of access [with values App, DB, OS]
type of access App [with values Setup, Transact, SuperUser, Inquiry]
type of access DB [with values Select, Update]
type of access OS [with values Read, Write, Execute]
How can I make it so that is someone puts a value of "DB" in the layer of access column, the list that they see in the type of access reads the values from "type of access DB"
not sure if all that makes sense, but i have to think theres a way to do this