Hi All,
I want to do a sumproduct on a FILTERED list of numbers, but only count the numbers which are equal to or more than 15.
I use the following formula on a similar set of data, although the values to count in this are text, not numbers;
=SUMPRODUCT(SUBTOTAL(3,OFFSET(I5:I5000,ROW(I5:I5000)-MIN(ROW(I5:I5000)),,1))*(I5:I5000="Active"))
Is there a way to replace "Active" with >14 WITHOUT it summing the resulting numbers, rather than counting?
Any help would be much appreciated!
Thanks
Paul
I want to do a sumproduct on a FILTERED list of numbers, but only count the numbers which are equal to or more than 15.
I use the following formula on a similar set of data, although the values to count in this are text, not numbers;
=SUMPRODUCT(SUBTOTAL(3,OFFSET(I5:I5000,ROW(I5:I5000)-MIN(ROW(I5:I5000)),,1))*(I5:I5000="Active"))
Is there a way to replace "Active" with >14 WITHOUT it summing the resulting numbers, rather than counting?
Any help would be much appreciated!
Thanks
Paul