Login Page - Create Account

Support Board


Date/Time: Tue, 24 Mar 2026 17:29:02 +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: 723
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)
)