G
Gary Adamson
I have an array which returns 0, although there are 22
cells in the range that match the criteria.
{=SUM(IF($O52:$O143>=0.6,IF(OR($I$4="No",AND
($I$4="Yes",$M52:$M143="o")),1)))}
This way works, but the problem is that the formula I am
using is much more complicated and will end up being much
longer due to duplicates of the same calculation for each
AND and OR criteria (where the 1 is...simplified for this
question). Is this the only way to do an array?
{=SUM(IF($O52:$O143>=0.6,IF($I$4="No",1,IF($I$4="Yes",IF
($M52:$M143="o",1)))))}
cells in the range that match the criteria.
{=SUM(IF($O52:$O143>=0.6,IF(OR($I$4="No",AND
($I$4="Yes",$M52:$M143="o")),1)))}
This way works, but the problem is that the formula I am
using is much more complicated and will end up being much
longer due to duplicates of the same calculation for each
AND and OR criteria (where the 1 is...simplified for this
question). Is this the only way to do an array?
{=SUM(IF($O52:$O143>=0.6,IF($I$4="No",1,IF($I$4="Yes",IF
($M52:$M143="o",1)))))}