Registered User Joined: 6/10/2009 Posts: 8
|
How do I write a formula to capture the number of days the following condition has existed over the past year
This does not work for MAC TC2000v12
AVGC7/AVGC65>1.05,252
Thanks, Doug
|
Registered User Joined: 9/17/2010 Posts: 484
|
In Version 17, should be
CountTrue(AvgC7/AvgC65>1.05,252)
|