IF formula

  • Thread starter Thread starter Zul
  • Start date Start date
Z

Zul

The sum of A1 & B1 if it is greater than 2000 I want to display 2000 in C1,
and if it between 1 and 1999 the actual should be displayed. If the figure is
in minus I want it to be displayed 0 in C1
 
=MAX(0,MIN(2000,A1+B1))
You didn't define what you wanted if A1+B1 is between 1999 and 2000, but I
guessed.
 
Thanks for your quick reply. I had made a mistake in my posting. But i
figured it out from your formula.

Thanks a lot!!!!

Sum of A1-B1
 

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

need formula returning a blank cell 4
Substitute IF statement. 9
help with formula 1
Multi-demensional frequency distribution 4
adding dates with excel 10
if then formula 2
if formula needed 6
Format of cell 1

Back
Top