If a function is performed on a range that contains filtered data, only the nonfiltered data will be included.
This means that functions like SUM
, AVERAGE
, etc., will calculate based on the visible (nonfiltered) cells in the range, and any filtered out cells will not be included in the calculation.