Login Page - Create Account

Support Board


Date/Time: Tue, 04 Mar 2025 22:22:28 +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