need help plz

  • Thread starter Thread starter Hygeenx
  • Start date Start date
H

Hygeenx

Greetings:

I have a problem that i know there must be an easy solution for...but i have
searched and cannot find it. I need a formula/conditional that will return
actual value if <25 but cap the range at 25 if value is => 25. eg. MY range
is j4:j27 and the sum is in j28. Any help will be appreciated. and more info
will be provided if needed.
thanks
hygeenx
 
If you are talking about the sum of J4 to J27 then you can use the formula

=If(Sum(J4:J27)>24,25,Sum(J4:J27))
 

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

Similar Threads


Back
Top