![]() |
percetile function limitation
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, -- ______ Regards, Greg |
percetile function limitation
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 "Greg" wrote in message ... 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, -- ______ Regards, Greg |
All times are GMT +1. The time now is 05:54 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com