View Single Post
  #3   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

Good chance if it is formatted as percents that you might use
=Min(1,Sum(A1:A10))

and format the cell as percent.

--
regards,
Tom Ogilvy

"Chip Pearson" wrote in message
...
You could use the MIN function.

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


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Nancy M" <Nancy wrote in message
...
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?