DISPLAY A FIXED NUMBER IF GREATER THAN FORMULA RESULTS

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

Guest

Ok, Im wanting to have a formula that displays a fixed mumber if the result
from my formuls is = to or > than the results
 
Hi,

Maybe something like:

=if(SUM(A1:A10)>=100,100,SUM(A1:A100))

Hope this helps!
Jean-Guy
 
Hi,

Try:

=MIN(2000,B4*0.3)


HTH
Jean-Guy

Peter said:
Hi,

What I'm trying to do is =(B4*0.3) but if this amount is >or=to 2000 then
display 2000
 

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