SOLVED

SUM - set maximum value

Copper Contributor

I have created a formula and if the value of the calculation exceeds say 1,000 I want the value to default to 1,000.  Please advise how I can achieve this.

5 Replies
best response confirmed by Graham370 (Copper Contributor)
Solution

@Graham370 

It could be

=MIN(1000, SUM(...) )
Excellent Sergei, that works. Many thanks!

@Graham370 , you are welcome

Every time I try to do an auto SUM or manual SUM the result is always ########. How can I fix this?

@sabaine Please make this column wider, that's most probable reason

1 best response

Accepted Solutions
best response confirmed by Graham370 (Copper Contributor)
Solution

@Graham370 

It could be

=MIN(1000, SUM(...) )

View solution in original post