Hiding rows

B

bobb

Is there any way to hide a single row based on a value in the row? Or in a
value in another row?
 
K

Ken Wright

Manually / Automatically?

One way would be to use a helper column and then have an IF statement or
perhaps a VLOOKUP, that returned a value such as "Show" or "Hide" based on
whatever criteria you want to set. You can then just use Data / Filter /
Autofilter to show just the "Show"s
 
Top