The SUBTOTAL function with function number 109 sums only visible cells, ignoring filtered rows. Option B uses 9 which includes manually hidden rows. SUM sums all cells regardless of visibility. SUMIF filters by value, not visibility.
Function number 101 calculates AVERAGE ignoring filtered rows. Numbers 1-11 include manually hidden rows. Numbers 102 and 2 are for COUNT functions.
SUBTOTAL with function number 109 sums only visible cells, so it respects filters. SUM sums all cells ignoring filters. SUMIF sums based on criteria but does not consider filtered visibility.
SUBTOTAL sums visible cells in the specified range. Summing two non-overlapping ranges separately or summing the combined range gives the same total.
Function number 1 calculates average including manually hidden rows. To exclude filtered rows, use 101.