Login Page - Create Account

Support Board


Date/Time: Wed, 10 Sep 2025 18:12:29 +0000



Post From: How can I get alert and visual color bar when there is a delta divergente of at least 500?

[2025-06-11 13:38:43]
cmet - Posts: 719
Just need to tweak the syntax. Used zero in example below so it's easy to test.

=OR(
AND(C > O, AV-BV < 0),
AND(C < O, AV-BV > 0)
)