Finding the difference

  • Thread starter Thread starter Heather
  • Start date Start date
H

Heather

Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!
 
Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!


Try this formula:

=IF(A1<60,0,A1-60)

Hope this helps / Lars-Åke
 

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