Syntaxand(boolean, boolean, ...)boolean.and(boolean, ...)Examplesand(true, true, true)(3 > 2).and(2 < 3) Example 1Example 2 More ExamplesCommon UsesTemplates Using More Infoand · Notion Formulas · Ben SmithReturns the value that corresponds to the first true condition. This can be used as an alternative to multiple nested `if()` statements.https://www.bensomething.com/notion/formulas/functions/and