how to use subtotal and it has a drop down to choose other functi

  • Thread starter Thread starter TransMan
  • Start date Start date
If your table name is YTD then =SUBTOTAL(109,YTD[Actual])
You should just point to the table and select the column(s) and let Excel
complete the formula for you.

Tyro
 
=SUBTOTAL(109,range) will SUM only the visible cells in a filtered range and
also exclude any hidden cells.

=SUBTOTAL(9,range) will SUM visible cells in a filtered range and include
hidden cells.


Gord Dibben MS Excel MVP
 
Back
Top