From: mj on 5 May 2010 08:42 I want to count the number of occourances of a "Y" in coulumn D .. so i used a countif and it works great however when i filter another column it still counts all the "Y".
From: Eduardo on 5 May 2010 09:05 Hi, try =SUMPRODUCT(SUBTOTAL(3,OFFSET(d2:d11,ROW(d2:d11)-MIN(ROW(d2:d11)),,1)), --(d2:d11="Y")) change range to fit your needs "mj" wrote: > I want to count the number of occourances of a "Y" in coulumn D .. so i used > a countif and it works great however when i filter another column it still > counts all the "Y".
|
Pages: 1 Prev: Help with SUMPRODUCT & converting date to value Next: right syntax |