Forum Discussion

cwhite1918's avatar
cwhite1918
Copper Contributor
Oct 23, 2023

Writing an ELIF statement with multiple ANDs

Hi all, I'm working on trying to write an ELIF statement that evaluates with multiple ANDs. I'm struggling with the syntax, and whether I should be using IFS, XLOOKUP, or something else.   For the...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 17, 2024

    RexMorgan2115 

    Did you check suggested formula if it works for you?

    In Excel you can't use in formula "15>A3>=10", that could be

    AND(A3>=10, A3<15)

    or in another notation

    (A3>=10)*(A3<15)

Resources