I have a field named "value" and need it to compare itself to another field that holds its "value limit" and another field that is a "plus or minus value".  I am trying to do a conditional formating that turns the "value" field to a red color if it is not withing limit guidelines.  For example:
"value"=3.2
"value limit"= 3.0
"plus or minus"= 0.1
Result I would want is 3.2
The value is out of limit.
 
Hope I explained this right, Thanks in advance
 "value"=3.2
"value limit"= 3.0
"plus or minus"= 0.1
Result I would want is 3.2
The value is out of limit.
Hope I explained this right, Thanks in advance