ADezii,
i have been reading your solution to this percentile problem and believe you can help me.
I have a similar problem with creating a percentile in access 2007.
My table is called "TBL_DATA" and the field with all the values i would like to gain a percentile for is called "DAYS"
i want to develop a query which shows the following columns
- Min Days
- Max days
- Avg Days
- Percentile 95th
- Percentile 75th
- Percentile 50th
- Percentile 25th
i have created the first 3 columns in design view however am having problems creating the percentile calculations.
I would like access to look at all values under "DAYS" and bring back the percentile requested.
I am happyusing either a VBA script or a SQL statement as long as it gets the right answer.
Hope you can help, Thanking you in advance.
i have been reading your solution to this percentile problem and believe you can help me.
I have a similar problem with creating a percentile in access 2007.
My table is called "TBL_DATA" and the field with all the values i would like to gain a percentile for is called "DAYS"
i want to develop a query which shows the following columns
- Min Days
- Max days
- Avg Days
- Percentile 95th
- Percentile 75th
- Percentile 50th
- Percentile 25th
i have created the first 3 columns in design view however am having problems creating the percentile calculations.
I would like access to look at all values under "DAYS" and bring back the percentile requested.
I am happyusing either a VBA script or a SQL statement as long as it gets the right answer.
Hope you can help, Thanking you in advance.
Comment