View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Making a 0 invisible with a formiula

I'd drop those double quotes so that the numbers are treated as numbers--not
text.

=if(B8<=149,1,0)
(and try the formatting once more)

But maybe you could make the cell look empty:

=if(B8<=149,1,"")



marvin wrote:

I have put a formula in in a worksheet and wish to make the 0 invisible
when it comes up. The worksheet is already in the in the don't display
mode. I tried the make the 0 white and that did not work . the formula
that I am using =if(B8<=149,"1","0") can anybody help.

Thank You

--
marvin


--

Dave Peterson