Forum Discussion

JChart's avatar
JChart
Regular Visitor
8 years ago
Solved

IF AND 3 Conditions

First post and I'm hoping you are able to help.   I am trying to build a conditoinal statement using 3 separate fields of data, but I'm not sure how to achieve this.   In a perfect world, I could...
  • CrisYan's avatar
    8 years ago

    IF(Field1 = "X" && Field2 = "Y" && and Field3 > Z, "True","False")