Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 03:16:40 +0000



Post From: OR condition inside AND statement

[2019-04-22 19:45:47]
chart_warrior - Posts: 96
Is it possible to have an OR condition inside an AND statement?
E.g.

=AND(
H[1]>H, OR(L[1]<1, L[1]>5))

This is just a random example but what I want is to have either one or the other option inside an AND condition instead of having to have another signal.