View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier
 
Posts: n/a
Default Keep cell blank if condition is false in IF function

Note that this makes the cell look blank, but Excel still treats it as if it
contains text. This has implications if the cell is used for subsequent
calculations or as a chart's source data.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

"bpeltzer" wrote in message
...
=if(condition,value_if_true,"")

"ruthslaughter" wrote:

How do I keep the cell blank if the condition is false. Even if I don't
put
anything in the false condition it keeps putting False in the cell, I
want to
leave it blank.