Not to Exceed Amount Formula

J

Jamm

I would like to create a formula which adds a range of columns up to a
maximum of a certain amount.

For example, the total sum is not to exceed 500.
If the total in a range of columns adds up to 455, I would like the "totals
column" to show 455. But if the total adds up to 980, I would like it to
show 500.

Is this possible?

Thank you
 
P

Peo Sjoblom

Maybe

=MIN(500,SUM(Range))



--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 
J

Jamm

Thank you
Peo Sjoblom said:
Maybe

=MIN(500,SUM(Range))



--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

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

Top