Quote:
Originally Posted by david_89_
-if H2<0 and H2+I2<0, return H2
|
IF Condition THEN Result ELSE Alternative
You've given the Condition and the THEN Result but not the Else Alternative
Quote:
-if H2<0 and I2 is N/A, return H2
|
What is the relationship between the equations? Are they OR or AND? Or is the second equation the ELSE Alternative for the first?