Adding Max function to formula to enter 0 if <0

M

Miguel Zapico

What is what you are exactly doing? For that type of conditions, usually the
IF formula may help, but you haven't explained what you need to achieve and
where the circular reference arises.

Miguel.
 
G

Guest

Hi

Use something like this:
=MAX(0,yourformula)
If your formula is less than zero, this will return sero. If it's more than
zero, it will return the formula result

Hope this helps.
Andy.
 
Top