Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 15:03:56 +0000



Post From: Coloring bars if they are between two particular subgraphs

[2020-12-21 17:36:24]
Sawtooth - Posts: 4173
Is any chance to put all 6 formulas for all 6 canals in one Color Bar Based On Alert Condition study
To color the bar if any one of the formulas are true, combine the ANDs with OR:
=OR(AND(C<ID4.SG7, C>ID5.SG7),AND(Condition2),,AND(Condition3),AND(Condition4),AND(Condition5),AND(Condition6))