G
Guest
What is the equal function in an Access query to calculate percentile. This is the Excel function but does not work in Access:
PERCENTILE(array,k)
Pat
PERCENTILE(array,k)
Pat
Excel function but does not work in Access:Pat Diminico said:What is the equal function in an Access query to calculate percentile. This is the
Hi Pat,PERCENTILE(array,k)
calculate percentile. This is the-----Original Message-----
tansh said:Hi,
Can I check if the solution works for you? I have tried to
to implement it but I keep running into this error:
Run-time error '3075':
Syntax error in query expression 'DCount
("*", "Value", "[UL Value]<=" & [[UL Value]]) >= 818.73'
The table name is "Value" while the Field Name is "UL
Value"
Please help as I need a solution ASAP. Thanks.
Tancalculate percentile. This is the-----Original Message-----Excel function but does not work in Access:
Hi Pat,
On the MVP org site Michel breaks
the definition of Percentile down
into DMin and DCounts, then provides
a function using them that you can save in
a code module, then use in your query.
http://www.mvps.org/access/queries/qry0019.htm
Good luck,
Gary Walter
.