I want to auto-sum and not exceed a certain number

J

jt4lsu

I have a column that I am using auto-sum. The total of that column cannot
exceed a certain number. What is the formula?
 
G

Gord Dibben

=MIN(100,SUM(A1:A10)) will return 100 if the SUM is more than 100


Gord Dibben MS Excel MVP
 
Top