Support Board
Date/Time: Wed, 05 Nov 2025 00:35:00 +0000
Post From: coding help, combining conditions
| [2022-01-01 20:19:00] |
| Bet_More_Tim - Posts: 21 |
|
Not sure, but I think you need to pop another 'and' word in for your nested ands "=AND(AND(v>100, v>v[-1]*2),(c>((0.8*(h-l)+l))))" without the extra AND, the whole "(v>100, v>v[-1]*2)" is viewed as one argument by the AND function, but it's nested, so it needs an AND function also I think that'll do it |
