Results 1 to 2 of 2
  1. #1
    audbene is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2012
    Posts
    2

    Average of an average

    Hi--Hoping someone can point me in the right direction.



    I have a report based on an aggregate query. The table lists a bunch of survey questions. The query aggregates an average score for each question by month, and I have a report showing all those averages. So far, so good.

    I want to have a calculated overall average. I've spent literally several days researching all the ways to do this and all of them end up doing exactly the same thing, showing me "#Error" instead of the average.

    The only success I've had is adding a text box in the report footer with the following sample lingo. It works if I try to average 3 averages but consistently errors when I try to add a 4th. I need it to average 20 averages.

    =Round(Sum([Avg Of Question1]+[Avg Of Question2]+[Avg Of Question3])/3,2)

    I've tried:
    Removing the Round(). No change.
    Retyping the lingo several times to be sure I'm not making an error. No change.
    Removing symbols from and shortening field names. No change.
    Highlighting the fields I want to average and using the "Grouping and Totals" button. It's grayed out.
    Banging my head against the wall. Surprisingly, that didn't work either.

    Thanks

    PS-I don't know what operating system I have.

  2. #2
    audbene is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2012
    Posts
    2
    QUESTION 2

    This one gets even more complex.

    Once I figure out how to calculate the average of the average, grouped by month, I've been asked to show each month's overall average on the report.

    I tried building a subreport but am stuck because I can't find a solution to question 1.


    Thanks again!!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Calculate the Average
    By Jerseynjphillypa in forum Queries
    Replies: 1
    Last Post: 06-18-2012, 03:26 PM
  2. Average Time
    By 54.69.6d.20 in forum Programming
    Replies: 4
    Last Post: 06-13-2012, 02:07 PM
  3. help me get the average please! :(
    By joebox8 in forum Access
    Replies: 3
    Last Post: 07-13-2011, 08:31 AM
  4. Average help please
    By C90RanMan in forum Programming
    Replies: 1
    Last Post: 08-01-2010, 12:14 PM
  5. Replies: 13
    Last Post: 05-28-2010, 11:57 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums