replace a negative result with a zero?

  • Thread starter Thread starter Pam2277
  • Start date Start date
P

Pam2277

I have my formula entered but need it to return a zero if the result is
negative. Any help is greatly appreciated.
 
Well, what is the formula that you are using?

You could try this:

=MAX(your_formula,0)

to replace your_formula.

Hope this helps.

Pete
 
Back
Top