Re: Running Average



If Column A contains true date values...

=AVERAGE(E1:INDEX(E1:E31,MATCH(TODAY(),A1:A31,0)))

If Column A contains dates as text values, in the format June 1 05...

=AVERAGE(E1:INDEX(E1:E31,MATCH(TEXT(TODAY(),"mmmm d yy"),A1:A31,0)))

If the dates are text values and are abbreviated to three letters, such
as Jun 1 05, change 'mmmm d yy" to "mmm d yy".

Hope this helps!

In article <iBnne.6197$Hj.1638@lakeread02>, "Mike" <windme@xxxxxxx>
wrote:

> thanks guys for your quick response, but I'm still having a problem.
> in Bob's formula it says that the formula contains an error and the curser
> going in between the () of the date. When I enter just the
> =average(indirect("E1:E25)) it works so the problem lies in the original
> formula =average(indirect("E:E"&day(date())). Wouldn't i have to tell it
> where to find the date (in column A?).
>
> In Domenic's after enterting the formula it gives me the total average for
> all the days listed.
> thanks in advance,
> Mike
.



Relevant Pages

  • Re: What Should I be using - ADO, DAO, SQL, etc.?????
    ... for 2003.mdb file I should use Jetengine 4. ... (unless it was saved in Access 97 format). ... Mike ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • AVI to MPEG conversion
    ... I don't want to edit, ... change the format. ... Mike ... Prev by Date: ...
    (uk.rec.video.digital)
  • Re: TRs w no Style?
    ... in comp.infosystems.www.authoring.html, mike wrote: ... > I ran across a situation where I could not format my row bottom border ... Prev by Date: ...
    (comp.infosystems.www.authoring.html)
  • help finding a "lost" hard drive on my computer
    ... I have a second hard drive that I can format and back up to but I get a ... A few weeks ago I backed up my primary hard drive on this drive and then hid ... Mike ... Prev by Date: ...
    (microsoft.public.windowsxp.hardware)
  • Re: Running Average
    ... Mike ... >> In Domenic's after enterting the formula it gives me the total average ... Prev by Date: ...
    (microsoft.public.excel)