Fraktile function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have date 2 different places i my workbook. I would like to use the
fraktile function on these data - how do I do??

=Fraktile(ventor;k)
if I type =Fraktile(AND(a2:a7;b2;b7);0,75) I dont get the right result.

I think I need to change "AND" but don't knoe to what?

/Jan
 
This works for me: =PERCENTILE((G1:G21,F1:F21),0.75)
So you should try: =Fraktile((a2:a7;b2;b7);0,75)
best wishes from Canada
 
Perfect - thx



"Bernard Liengme" skrev:
This works for me: =PERCENTILE((G1:G21,F1:F21),0.75)
So you should try: =Fraktile((a2:a7;b2;b7);0,75)
best wishes from Canada
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top