Does anyone know a formula to clear a column selection base on a true or false answer on another colunm.
I have a column that only shows up if another column is true. When the column shows up I can choose a number from 1 - 5. If I go back and select false in the other column, i want the selection from 1-5 to be clear.
The difficulty here is that you can automatically choose a value for the second column based on the first column, but once the user manually changes the value of the second column, automatic changes to the second column will no longer occur.
It appears your second column could make use of a dropdown input using Valid If. If so, you could take advantage of its behavior to change the dropdown choices according to the value of the first column. If the first column value is changed to false, Valid If can declare no valid choices, and the existing choice will be removed.