Re: Compute an Average by category
- From: "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com>
- Date: Tue, 28 Mar 2006 11:22:31 -0800
You can use subtotal function and a filter
=SUBTOTAL(1,range)
will average visible rows
--
Regards,
Peo Sjoblom
<glen.e.mettler@xxxxxxxx> wrote in message
news:1143572898.499927.22580@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Here is my formula
=IF(ISERROR(AVERAGE(IF(F5:F112<>0,F5:F112,""))),0,AVERAGE(IF(F5:F112<>0,F5:F112)))
It calculates an average that is not 0 and not an error - works just
fine.
Each of the rows is also a member of a category
ECP, ROM, REA etc
Is there a way I can calculate the average of each of them separately
by setting a filter?
Thus, if I filtered on ECP, then the average calculated would be only
for ECP.
Is that possible without a macro?
Glen
.
- Follow-Ups:
- Re: Compute an Average by category
- From: glen.e.mettler@xxxxxxxx
- Re: Compute an Average by category
- References:
- Compute an Average by category
- From: glen.e.mettler@xxxxxxxx
- Compute an Average by category
- Prev by Date: Compute an Average by category
- Next by Date: Assign a numeric value to random text for sorting
- Previous by thread: Compute an Average by category
- Next by thread: Re: Compute an Average by category
- Index(es):
Relevant Pages
|