View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default how can you average subtotals of visible cells only?

If your data was in A1:A100, this would give the average of the
visible rows.

=SUBTOTAL(1,A1:A100)

For more help check out http://office.microsoft.com/en-us/ex...624631033.aspx


HTH,
JP

On Feb 13, 8:48*pm, Bear Black
wrote:
I have a project that needs to use the autoffilters to select varying line
items. I need to average only the visible cells. I am using the subtotal
function to get the sum of only the visible cells but i also need to get the
average of them as well.

I am using excel 2007. Any help would be greatly appreciated.