I need to calculate a formula up to a maximum amount. This is the current formula without having the ceiling I need.
=IF(I4=105,105,+I4-I51+I55)
The maximum total that this can ever show is 105. This works fine unless the "else" part of the formula(+I4-I51+I55) adds to a number greater than...