Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 16:39:34 +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: 706
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)
)