Results 1 to 7 of 7
  1. #1
    M_vyncci is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    8

    Average of Calculated Fields

    I have the months of Jan to Dec in calculated fields, percentage format. How to get the average of these fields?

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    just a wild guess - use a group by query and the average option?

  3. #3
    M_vyncci is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    8
    I have these fields in a footer with IIf formula. Not certain on how to do it.

  4. #4
    M_vyncci is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    8
    Additional info.
    The fields are:
    - located in a footer (group & total)
    - percent format
    - calculated
    - using IIf formula

  5. #5
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    add the controls and divide by the number of controls e.g.

    =([ctrl1]+[ctrl2]+[ctrl3])/3

  6. #6
    M_vyncci is offline Novice
    Windows 10 Access 2016
    Join Date
    Jun 2016
    Posts
    8
    Should I enclose each controls in quotes as it is prompting the Enter Parameter Value dialox box?

  7. #7
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    don't know how you are trying to do this, so cannot comment - suggest follow your other thread

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

Similar Threads

  1. Replies: 5
    Last Post: 01-04-2014, 02:29 PM
  2. Replies: 12
    Last Post: 10-01-2013, 12:59 PM
  3. Replies: 4
    Last Post: 09-02-2013, 03:00 PM
  4. Replies: 6
    Last Post: 10-17-2012, 03:01 PM
  5. Replies: 13
    Last Post: 05-28-2010, 11:57 AM

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