View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
shb shb is offline
external usenet poster
 
Posts: 1
Default if false, do nothing

Just type

=if(H20,"cancelled","")

The double quotes will return nothing for you.

"peabody" wrote:

Is it possible to have the program do nothing if the condition is false?
If H20,"cancelled",do nothing - no change to the current content of the cell.