View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Simonds Patrick Simonds is offline
external usenet poster
 
Posts: 258
Default Greater than zero

Sorry about the double post. I thought I had deleted this one in favor of
the other post
"Patrick Simonds" wrote in message
...
I need a formula which will return True if the referenced cell value is
zero.

I tried =If($I$30,True,False). The problem is that cell I3 contains a
formula =IF(I3="",IF(WEEKDAY($A$1)=4,$A$1,""),I3+1)