IF SUM ends in a negative then should equal zero
How to zero off a total when sum equals negative
solution
(MAX(SUM(value))-(SUM(value)),0)
How to zero off a total when sum equals negative
solution
(MAX(SUM(value))-(SUM(value)),0)
One way is to use MAX.
=MAX(<your original formula goes here>,0)
SG
One way is to use MAX.
=MAX(<your original formula goes here>,0)
SG
IF SUM ends in a negative then should equal zero