IF THEN formula problem

  • Thread starter Thread starter sharkfoot
  • Start date Start date
S

sharkfoot

How do I write this formula:

D21 =TNT!C10+TNT!C13 but if D21 is greater than D27, D21 should equa
whatever is in D27.

I have never written an If Then formula. How do I accomplish this
 
sharkfoot said:
How do I write this formula:

D21 =TNT!C10+TNT!C13 but if D21 is greater than D27, D21 should equa
whatever is in D27.

I have never written an If Then formula. How do I accomplish this?

Try this one mate:

=IF((SUM(tnt!c10,tnt!c13)>C3),C3,(SUM(tnt!c10,tnt!c13)))

Chri
 

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