Number of rows after filter on excel

Solved
ambrinette -  
ambrinette3 Posted messages 1 Status Member -
Hello,
I have an Excel table with a filter on column B "Test passed=1"
I need to count, in column C, the number of candidates who scored an average of 8, 9, or 10. The problem is that when I apply a filter and use "COUNTIF()", the function counts everything, including the cells that are hidden by the filter, while I only need the filtered data. I tried the SUBTOTAL formula as seen on the forum, but it doesn't work (or I don't know how to use it). Thank you in advance for your response.

2 answers

  1. Gyrus Posted messages 3360 Status Member 526
     
    Hello,

    After filtering on column B "Validated test=1" and on column C "Average >=8", you get the number of candidates using the SUBTOTAL formula with function_num 3 (COUNTA).

    A+
    1