Equation Result Cannot Be More than 40%
-
Hello, I’m trying to create an equation where the result cannot be more than 40%. It’s a basic subtraction function (fieldname64-fieldname71), but the result can’t be more than 40% of fieldname64.
I’m using the following equation: MIN(0.4*fieldname64,(fieldname64-fieldname71))
It makes the result 40% of fieldname64 every time.
Instead I need it to display the summation, UNLESS the summation is more than 40% of fieldname64. If the summation is more than 40% of fieldname64, I need it to be capped at 40% of fieldname64.
Thank you for any help you can provide.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Equation Result Cannot Be More than 40%’ is closed to new replies.