D
djarcadian
I have this formula
=SUM(IF(SUM(F18)>40,SUM((SUM(F18)-40)*1.5)+40,(SUM(F18))))
but if the results are 40 or higher I want it to just display 40.
How do I do that?
=SUM(IF(SUM(F18)>40,SUM((SUM(F18)-40)*1.5)+40,(SUM(F18))))
but if the results are 40 or higher I want it to just display 40.
How do I do that?