I am creating a excel dashboard, and I have a set of buttons that allow users to hide or show subcategories on the graph, to avoid overpopulating I made the buttons shared for all of the categories. The problem I am having now is that when the user selects a different category I don't want the previous entries to change unless that is the category selected. Thanks for any information you can give me!
Only reading value if other value=true
Collapse
X
-
You've really got to elaborate on your question and perhaps place some code with an error message... -
Hi, I don't have any code as of yet, as I'm new to this and do not know where to start. But to restate my question a little clearer. If value a=True, and is reading that value from cell B5, I don't want it to refresh value a, until Cell c7 is true. Does that make sense?Comment
Comment