Sum with Auto Filter On

  • Thread starter Thread starter Robert P. Stearns
  • Start date Start date
R

Robert P. Stearns

Is there a way to sum a column with auto filter turned on?

A1: A B1: 1
A2: A B2: 4
A3: B B3: 7
A4: B B4: 1
A5: B5: =SUM(B1:B4)

If the first column is filtered by A the sum of column two equals 5.
If the first column is filtered by B the sum of column two equals 8.
Since A5 isn't A or B, B5 never gets displayed.

Thanks.
 
Back
Top