Can I do this?

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

Guest

The formula I am using is =I17-40.
What I want is for the cell to show a zero if the result of the formula is
less than zero. In other words, show a zero if the result of the formula is
in the negative. Can I do this. Please e-mail Lee at
(e-mail address removed) if you can help. Thanks.
 
Try this:

=MAX(I17-40,0)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


The formula I am using is =I17-40.
What I want is for the cell to show a zero if the result of the formula is
less than zero. In other words, show a zero if the result of the formula is
in the negative. Can I do this. Please e-mail Lee at
(e-mail address removed) if you can help. Thanks.
 

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