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

  • Thread starter Thread starter jt4lsu
  • Start date Start date
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?
 
=MIN(100,SUM(A1:A10)) will return 100 if the SUM is more than 100


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top