View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Multiple conditions for one function

And how does that treat a blank cell, Marcelo?
--
David Biddulph

"Marcelo" wrote in message
...
=if(a1=0;function;"")

hth


"Minnie2627" escreveu:

I want a function to occur when a value in one cell is greater than 0 and
when it equals zero. However when the cell is blank i do not want the
function to occur or for there to be anything visible in the cell. Right
now
it is treating a blank cell as zero.