Create an if-then formula in Excel to limit column total?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to limit a column total to 100 percent if the column adds up to
greater than 100 percent. Is there an if-then statement for Excel?
 
You could use the MIN function.

=MIN(100,SUM(A1:A10))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Good chance if it is formatted as percents that you might use
=Min(1,Sum(A1:A10))

and format the cell as percent.
 

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