Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 18:49:33 +0000



Post From: Help on Sequential Conditions

[2024-02-17 21:54:54]
Sawtooth - Posts: 4120
- Make Condition 1 persistent, but only if Condition 2 and Condition 3 are FALSE.
- Then make Condition 2 persistent, but only if persistent Condition 1 is TRUE, and Condition 3 is FALSE.
- Then Condition 3 is TRUE only if the other two persistent Conditions are TRUE.

You'll need to release the persistent TRUEs based on other condition(s).

Here are some persistent examples:
Spreadsheet Example Formulas and Usage: Persistent and Incrementing Variables
Notice that there are two IF statements: one begins persistence, one releases it.