Hi,

In column S I have reference cells which return 3 values: "ToggleTrue", "ToggleFalse", and "Hideme". Based on input from another Workbook, these reference cell values change from day to day. What I would like is for a toggle button to show either all rows with "ToggleTrue" or "ToggleFalse". However, I would also like the "Hideme" rows to never be shown whether the toggle button is pressed or unpressed.

Does anybody know how to write code for this? Many thanks for some input!