Good morning all! I need a formula that does the following:
If one cell is negative and the other is positive return NA, but if both are positive or both are negative D4 (for example)
I know it should be something along the below, but not sure how to write it to function properly. Thank you in advance!
If C4 < 0 and D4 > 0, or if C4 > 0 and D4 <0 return NA but if C4 <0 and D4 <0 or C4 > and D4 >0 return D4.
If one cell is negative and the other is positive return NA, but if both are positive or both are negative D4 (for example)
I know it should be something along the below, but not sure how to write it to function properly. Thank you in advance!
If C4 < 0 and D4 > 0, or if C4 > 0 and D4 <0 return NA but if C4 <0 and D4 <0 or C4 > and D4 >0 return D4.