G
Guest
I'm still struggling with the below formula, the problem
is that the value of I125 is greater than K27+L31-J27 and
therefore the result is coming out to 0, what I want for
that portion of the formulas is if the result is greater
than I125, give me I125's value not 0, if the result is
less than I125, give me that result, can this be done?
=IF(AND(K16>J16,K27+L31>J27,K27+L31-J27<=I125),MAX(MIN
(K27+L31-J27,K16-K27+L31),0),0)
is that the value of I125 is greater than K27+L31-J27 and
therefore the result is coming out to 0, what I want for
that portion of the formulas is if the result is greater
than I125, give me I125's value not 0, if the result is
less than I125, give me that result, can this be done?
=IF(AND(K16>J16,K27+L31>J27,K27+L31-J27<=I125),MAX(MIN
(K27+L31-J27,K16-K27+L31),0),0)