Forum Discussion
JChart
8 years agoRegular Visitor
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...
- 8 years ago
IF(Field1 = "X" && Field2 = "Y" && and Field3 > Z, "True","False")
CrisYan
8 years agoResolver III
IF(Field1 = "X" && Field2 = "Y" && and Field3 > Z, "True","False")