This formula =SUMPRODUCT((ISBLANK(O2:O425)=FALSE)*(P2:P425="Y")) does not
work correctly. The result should be 31 but the formula results in 66 which
is simply the number of rows in P that =Y without regards to O.
Ideas?
"Bobocat" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> =sumproduct((isblank(o
)=false)*(p
="Y")
>
> "David Lipetz" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> In a large spreasheet, I want to be able to count the number of rows
>> where column O is a nonblank (has some type of data entered - may be
>> alpha or may be a date) AND column P = "Y".
>>
>> Can someone please point me in the right direction in terms of which
>> formula to use?
>>
>> Thanks,
>> David
>>
>
>