To summarise, I have a column called "Color" - I need a dropdown list that accepts a value (red,blue,green etc) by selecting a colour from a pre defined list and also for ANY hex color code to be inputted manually into a cell by the user - Currently the user is getting an invalid flag when inputting hex codes as hex codes are not in the data validation list for the drop down.
Is it possible to set up a dropdown list programatically using app scripts and for the dropdown validation to allow a hex code or colours.