percetile function limitation

G

Guest

Hi,

This is taken from Help file

"If array is empty or contains more than 8,191 data points, PERCENTILE
returns the #NUM! error value. "

My array is way over 8,191 data points, is there a workaround? Maybe VBA
code?

Thank you,
 
M

Mike Middleton

Greg -

One way is to sort the range (or make a copy and then sort the copy), use an
adjacent column for cumulative relative frequency (perhaps using Excel's
nonstandard approach from 0 to 1 in steps of 1/(n-1)), and get the
percentile using a lookup function.

- Mike
www.mikemiddleton.com
 

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

Top