RE: Average MTD percentage
- From: "David Billigmeier" <DavidBilligmeier@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 11 Aug 2005 10:31:01 -0700
This is a long one... Assume your dates are in the range A1:A10 and your
Recovery is in B1:B10:
=SUMPRODUCT(--(MONTH(A1:A10)=MONTH(TODAY())),--(B1:B10<>0),--(B1:B10))/SUMPRODUCT(--(MONTH(A1:A10)=MONTH(TODAY())),--(B1:B10<>0))
Basically this sums all values in column B that fall within the current
month, and divides by the number of values that fall within the current month
and are not 0.
Hope that helps,
--
David Billigmeier
"Mike Punko" wrote:
> Trying to setup a column to show the Month to Date average. My data sheet
> looks like this. I also need this not to average 0.0% values
>
> DATE RECOVERY MTD
> 1/1/05 95.4%
> 1/2/05 95.2%
> 1/3/05 92.3%
> 1/4/05 0.0%
> 1/5/05 91.2%
>
>
.
- Follow-Ups:
- RE: Average MTD percentage
- From: Mike Punko
- RE: Average MTD percentage
- From: Mike Punko
- RE: Average MTD percentage
- From: Mike Punko
- RE: Average MTD percentage
- References:
- Average MTD percentage
- From: Mike Punko
- Average MTD percentage
- Prev by Date: Re: Time Sheet Function
- Next by Date: Average from 2 unsorted lists
- Previous by thread: Average MTD percentage
- Next by thread: RE: Average MTD percentage
- Index(es):
Relevant Pages
|