Displaying a Zero where the formula result would be negative

P

Penny G.

Similar to the discussion thread in January, I am trying to figure out how to
display a $0 where the sum of my equation would result in a negative number.

For example, my formula is =m2*25

How would I create a formula that would automatically display $0 if the sum
of the equation above resulted in a negative number?
 
C

cht13er

Similar to the discussion thread in January, I am trying to figure out how to
display a $0 where the sum of my equation would result in a negative number.

For example, my formula is =m2*25

How would I create a formula that would automatically display $0 if the sum
of the equation above resulted in a negative number?

=IF(M2<0,0,M2*25)

hmm.. what's this about a "sum"?

Chris
 
R

Rick Rothstein \(MVP - VB\)

Ah, that could be (although the word "the" in front of the word "sum" makes
that usage hard to determine).

Rick
 

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

Top