D
David B
Here is the formula that is giving me trouble, it's a
simple formula but it's not doing what I want it to do.
=IF(OR(ISBLANK(D14),D14<0),"",D14*E14
This formula is located in cell F14.
The D14<0 is the argument that is troubling me. What I
want to have happen is if D14 is a number such as 0.1,
0.01, etc. F14 should be blank. But what's happening is
the formula is looking for a negative number in D14.
How can I have the formula look for positive values less
than zero so that F14 returns a blank cell?
Thanks
simple formula but it's not doing what I want it to do.
=IF(OR(ISBLANK(D14),D14<0),"",D14*E14
This formula is located in cell F14.
The D14<0 is the argument that is troubling me. What I
want to have happen is if D14 is a number such as 0.1,
0.01, etc. F14 should be blank. But what's happening is
the formula is looking for a negative number in D14.
How can I have the formula look for positive values less
than zero so that F14 returns a blank cell?
Thanks