Support Board
Date/Time: Fri, 28 Nov 2025 20:00:43 +0000
Post From: Issue using AVERAGE function to compare delta to previous values
| [2025-08-12 13:23:15] |
| User431178 - Posts: 818 |
|
=AND(ID5.SG1 < (=AVERAGE(ID5.SG1[-1:-4]) * -2)
This errors due to the extra = prior to the average=ID5.SG1<(AVERAGE(ID5.SG1[-1:-4])*-2)
This seems to work as expected, see image.- Grey bar = condition met - value on high = delta - value on low = delta[-1:-4] * 2 |
