View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
QB QB is offline
external usenet poster
 
Posts: 57
Default Average over autofilter results

I found out instead of using the sum(), I should use the Subtotal() to get
the proper value of a summation over an autofilter result.

That said, I need to get the average of a column which has an autofilter
applied, which function should I use to do this?

Thank you,

QB