What's the best way to hide certain rows based on a cell's value of "0"? Can it be done with an IF Statement, or must it be done with VBA?
Thanks in advance!
If Cell $B$15=0, Hide Rows 16,17, and 18
If Cell $E$15=0, Hide Rows 19, 20, and 21
If Cell $H$15=0, Hide Rows 22, 23, and 24
Thanks in advance!
If Cell $B$15=0, Hide Rows 16,17, and 18
If Cell $E$15=0, Hide Rows 19, 20, and 21
If Cell $H$15=0, Hide Rows 22, 23, and 24