Maisie2007
Technical User
I cannot figure this one out:
What I want to do is make K20 display nothing in it’s cell if I25, or I26, or I27 (and all the way down to cell I39) has a number greater than zero.
If not, I want it to total H4:H18, which the answer should be 5
Right now, it doesn’t matter if I have nothing in I25, or if I have 1, or 2, or 3, etc – K20 displays nothing.
Here's the formula I'm using in K20: =IF(OR(I25>=0,I26>=0,I27>=0,I28>=0,I29>=0,I30>=0,I31>=0,I32>=0,I33>=0,I34>=0,I35>=0,I36>=0,I37>=0,I38>=0,I39>=0),"",SUM(H4:H18))
What am I doing wrong?
Thanks!
What I want to do is make K20 display nothing in it’s cell if I25, or I26, or I27 (and all the way down to cell I39) has a number greater than zero.
If not, I want it to total H4:H18, which the answer should be 5
Right now, it doesn’t matter if I have nothing in I25, or if I have 1, or 2, or 3, etc – K20 displays nothing.
Here's the formula I'm using in K20: =IF(OR(I25>=0,I26>=0,I27>=0,I28>=0,I29>=0,I30>=0,I31>=0,I32>=0,I33>=0,I34>=0,I35>=0,I36>=0,I37>=0,I38>=0,I39>=0),"",SUM(H4:H18))
What am I doing wrong?
Thanks!