Hello all,
I've searched all over, but I can't find an answer to this problem, or if it's even possible without a Macro. I'll try to describe it as best I can.
I have data validation drop down lists in A1 and A2. The lists are in another sheet. Then I have a checkbox in A3, with a control cell in A4 (TRUE or FALSE). What I need is, if the checkbox control cell is TRUE, then I need the selected values in A2 to equal A1. If the checkbox is FALSE, I need to be able to select another value from the drop down in A2.
The general logic for A2 would be something like this (not meant to be literal): =IF(A4=TRUE, A2=A1, display the drop down list). Of course, that logic doesn't work because as soon as the formula runs and sets A2=A1, if the condition later becomes false, the previous list (data validation) is gone.
Any help would be greatly appreciated. I would like to avoid using macros if possible. Thanks in advance!![]()
Bookmarks