Support Board
Date/Time: Fri, 31 Jan 2025 09:03:10 +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. |