Hide the zero values in a work book

  • Thread starter Thread starter Guest
  • Start date Start date
You could use conditional formatting to change the font colour to the same
colour as the cell background if a certain cell in the row evaluates to
zero.
best wishes
 
Rows can be hidden manually or by VBA but not by formulas or Formatting.

You can make the cells look blank by using CF as Bernard points out.

Or try Autofilter to show only rows with no zero in a particular cell.


Gord Dibben MS Excel MVP
 
Back
Top