Thread
:
Greater than zero
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick Simonds
external usenet poster
Posts: 258
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)
Reply With Quote
Patrick Simonds
View Public Profile
Find all posts by Patrick Simonds