Hello everyone. My data in one of the tables is stored in a long format, so 100 lines with numbers under each column. I would like to be able to calculate Percentile in ACCESS 2010 in a query. In Excel I use this formula =PERCENTILE(A1:A100, 0.16). Similarly, I would also like to also recreate this function =COUNTIF(A1:A100,"<=2")/100 in a query as well, to find the percentage of values that are below or equal to 2, or =COUNTIFS(A1:A100,">2",A1:A100,"<=64")/100 to calculate percentage between values larger than 2 and below 64.
Thanks!