Hi,
Is there a way to do an enum (drop down list) of many values without having to type each value in manually? For example under State, have a drop down of all US States.
Hi,
Is there a way to do an enum (drop down list) of many values without having to type each value in manually? For example under State, have a drop down of all US States.
You can create another sheet called “States” and name the Column [State Name]. Then go to the Enum Column and add this formula in Valid IFs: States[State Name]
For reference:
Thank you. That was very quick.
Thank you, Steve. Appreciate the resource links as I’m learning to develop with AppSheet.