Forum Discussion

kmcdermott1974's avatar
kmcdermott1974
Copper Contributor
Dec 06, 2021

IF statement with 2 variables

Can someone assist.

 

If 2<3 and 1>2, true = 2 false = 0  How do I write this IF statement ?

9 Replies

    • kmcdermott1974's avatar
      kmcdermott1974
      Copper Contributor
      I have tried and its not working
      =IF(AND(E36 < E41; E38 > E36); E36; 0)
      • cbarroso's avatar
        cbarroso
        Brass Contributor
        I guess the formula is working but the resul is not what you expect πŸ™‚
        Can u provide a sample of data with the expected result?

Resources