How can I get percentile value of a column of values in a calculated field?

skyun

New member
Local time
Today, 01:00
Joined
May 18, 2012
Messages
1
Hi everyone,

I'm a new user to Microsoft Access and I am trying to make a query that has a calculated field that calculates the percentile value of some values in a table. I was wondering (besides VBA or any other coding) how I can get a percentile value in Access?
 
In addition to the percentile function, there is also a weighted percentile, where the percentage in the total weight is counted instead of the total number. There is no standard function for a weighted percentile. One method extends the above approach is a natural way.
 

Users who are viewing this thread

Back
Top Bottom