How can I limit the results of this formula to 0 without creating negative numbers?
Formula=IFERROR(((N36-P36)/N36 ), "NA")
I would like to put a limit that would prevent the formula to create negative numbers like -34 or -1 etc. The lowest result should be 0 not under that. How can I fix it?Except this the formula works as intended