I'm trying to properly hide rows using a macro/conditionals and I'm a bit lost on how exactly to get the macro to function for this.
Here's the layout I'm using, basically this is an "information" sheet that pulls data from other sheets in a nice uniform way.
I want rows 20-29 to be visible if any of the values in F20:F28 are >= 1 and hide them if all of the values in F20:F28 are <= 1
What's the best way to setup the macro for this?
Bookmarks