Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Maybe this is what you want
If(
not IsNull([Started]),"NA",
[Active Dif Calc]>7,"LT7",
[Active Dif Calc]>1,"LT1",
Now()-[Start Date] < Hours(24), "E1")
If(
not IsNull([Started]),"NA",
[Active Dif Calc]>7,"LT7",
[Active Dif Calc]>1,"LT1",
Now()-[Start Date] < Hours(24), "E1")
- KatrinaE7 years agoQrew CadetThis just yields a result of �NA�. What I failed to include in this is that I wanted NA if the project has started on time. Right now it only yields NA because the project�s �Started� field is not null even if the project has been started late.
- QuickBaseCoachD7 years agoQrew CaptainPlease post the formula for
[Active Dif Calc] - KatrinaE7 years agoQrew Cadet(ToDays(ToDate([Started]) - ToDate([Start])))
- KatrinaE7 years agoQrew Cadet(ToDays(ToDate([Started]) - ToDate([Start])))