I have a sheet with two tabs. One one tab I have a master list of values. On the second sheet, columns A, B and C have fixed dropdown validation. How can I set up my second sheet so that the data validation in column D is dynamic based on Columns A, B and C?
I have tried writing an app script to look at the values of column A, B and C to create an array of appropriate values and then dynamically create the validation but haven't been able to come up with a way that works on a row by row basis.
Has anyone made this work before or can think of a way to do so?