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

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)