Afternoon,
I have a quality sheet that is filled in in a spreadsheet.
I have created a list that has "yes, no & N/A" as an option for each of the 25 questions that need to be checked.
As certain parts of the quality sheet are not always applicable i have added a question to give a yes / no answer.
When no is picked i want the 3 questions it covers to automatically go to N/A but when they are applicable ( ie "yes" is selected ) i still need them to be changed as yes / no.
I was using a formula in the validation cell as follows
=if(C6="No","N/A",=YN)
"=YN is the name of the list i want as an alternative"
But this isnt allowed and i am unsure of what to use
I have a quality sheet that is filled in in a spreadsheet.
I have created a list that has "yes, no & N/A" as an option for each of the 25 questions that need to be checked.
As certain parts of the quality sheet are not always applicable i have added a question to give a yes / no answer.
When no is picked i want the 3 questions it covers to automatically go to N/A but when they are applicable ( ie "yes" is selected ) i still need them to be changed as yes / no.
I was using a formula in the validation cell as follows
=if(C6="No","N/A",=YN)
"=YN is the name of the list i want as an alternative"
But this isnt allowed and i am unsure of what to use