Share via

Weighted Average Query in Access

Anonymous
2011-06-02T19:10:24+00:00

Hello,

How can I get weighted average in Access? what is the query should i use?

thanks,

Dinesh

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2011-06-02T20:16:37+00:00

Create a totals query.

Add the field(s) that you want to group by.

Add a calculated column:

WeightedAverage: Sum([Weight]*[Score])/Sum([Weight])

where Weight is the field containing the weights and Score is the field whose values you want to average.

Was this answer helpful?

9 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2011-06-02T21:29:30+00:00

    Thanks I'll try this. Hope it works in my situation. Thank you very much.

    nsd

    Was this answer helpful?

    0 comments No comments