Conditional format if cell=0 then font colour same as background .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have linked a cell from another sheet. If the original cell is blank, 0
shows in the linked cell (text would be typed in source cell).

To handle this, I conditionally formatted the linked cell, so if it equals
zero, the font colour is the same as the background colour of the cell so you
can't see the zero

But the zero still prints even though it is not showing prior to printing
 
Try the formula

=IF(Sheet1!F14="","",Sheet1!F14)

in the linked cell.

HTH

Sandy
 
I don't have a printer here to test this on, but have you tried formatting
the cells so that a zero appears as a zero string?

Try this format for the cells you are trying to print.
General;General;""

The trick is for the part after the second semicolon to be "". That should
make cells that contain a zero display nothing.

Explicit directions:
Select the cells in question.
Format | Cells |Number | Custom. Type something like General;General;""
Or, pick a number format of your choice and change the end to ""


tj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top