Calculated field is less than, but greater than.
-
Hi, I’m trying to set a logical operation to show an answer for 3 different results, have been trying to use IF however this only works for two results.
Essentially I’m looking for the following
Fieldname4 less than 1 gives result X
Fieldname4 greater than 1 but less than 2 results in Y
Fieldname4 greater than 2 results in ZFor example
IF(fieldname4<1, ‘X’, ‘Y’) works for part of the equation
however I want to add if fieldname>2 the result will be ‘z’Any help would be much appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Calculated field is less than, but greater than.’ is closed to new replies.