I know there is a subtotal function that will only add up visible cells when
using filters, but is there a formula that will average only visible cells
when using filters?
Gaurav - 16 May 2008 18:07 GMT
=SUBTOTAL(101,A2:A10)
Change the range to suit.
>I know there is a subtotal function that will only add up visible cells
>when
> using filters, but is there a formula that will average only visible cells
> when using filters?
Gary''s Student - 16 May 2008 18:11 GMT
Yes...use the 101 code

Signature
Gary''s Student - gsnu200786
> I know there is a subtotal function that will only add up visible cells when
> using filters, but is there a formula that will average only visible cells
> when using filters?
Bear Black - 16 May 2008 19:05 GMT
Thanks very much for your help!! Worked like a champ.
> Yes...use the 101 code
>
> > I know there is a subtotal function that will only add up visible cells when
> > using filters, but is there a formula that will average only visible cells
> > when using filters?
Dave Peterson - 16 May 2008 18:28 GMT
If you're not using xl2003+, then the old version of =subtotal() won't support
the 1## parm.
> I know there is a subtotal function that will only add up visible cells when
> using filters, but is there a formula that will average only visible cells
> when using filters?

Signature
Dave Peterson