Hi
In the attached sheet I have two inputs and I'd like calculate the percentile value for a range of data, copy the values in that range before moving to the next set of data.
Is there a formula to help me do this please?
Hi
In the attached sheet I have two inputs and I'd like calculate the percentile value for a range of data, copy the values in that range before moving to the next set of data.
Is there a formula to help me do this please?
Hi,Originally Posted by alanyaber
try
=PERCENTILE(IF(A$5:A$65536=A5,B$5:B$65536),0.85)
and formula fill that as required
note, this is an array formula and requires CTRL/Shift/Enter (not just simple Enter)
yoiu might like to add
=IF(A5="","",PERCENTILE(IF(A$5:A$65536=A5,B$5:B$65536),0.85))
hth
---
Last edited by Bryan Hessey; 05-12-2007 at 04:00 AM.
Si fractum non sit, noli id reficere.
You are simply a genius-----thank you so much
would that I were, but good to see that it works for you, and thanks for the response.Originally Posted by alanyaber
---
Okay--- this is taking long time to process the data..is this normal??
I guess that would depend upon what you meant by 'processs the data' and how much data you have.Originally Posted by alanyaber
for a 10,000 row set a couple of seconds or so.
What bit of 'process the data' are you referring to?
---
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks