NOT Printing certain cells within the print range

D

Daniel R

I have a worksheet that has certain cells that I want to see while working
within the spreadsheet. However, I do NOT want anthing that is in those
specific cells to print?
 
G

Gary''s Student

I use Conditional Formatting for this purpose. Set the Conditional Format of
the cells to something like:
Formula is
=$A$1>0
and then set the font to white if the background is white.

So if you set A1 to 0 all the cells are visible, set A1 to 2 and the
"secret" cells appear empty and you are ready for printing.
 
Top