Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 1009

How can i limit the results of this formula to 0 without creating negative numbers?

$
0
0

How can I limit the results of this formula to 0 without creating negative numbers?

Formula=IFERROR(((N36-P36)/N36 ), "NA")

it generates values like this enter image description here

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


Viewing all articles
Browse latest Browse all 1009

Trending Articles