Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 13:21:30 +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)
)