Is it possible to calculate percentiles from binned data?
For example, I want to find the 25t and 75th percentile for each column in the attached data set. The columns are frequencies within each increment.
Many thanks!
Is it possible to calculate percentiles from binned data?
For example, I want to find the 25t and 75th percentile for each column in the attached data set. The columns are frequencies within each increment.
Many thanks!
Your post does not comply with Rule 8 of our Forum RULES. Cross-posting is when you post the same question in other forums on the web. You'll find people are disinclined to respond to cross-posts because they may be wasting their time solving a problem that has been solved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser)to the cross-post. Expect cross-posts without a link to be closed a message will be posted by the moderator explaining why. We are here to help so help us help you!
My apologies! I did not know about this rule.
I deleted the other post.
I was referring to your post at MrExcel. You don't have to delete it but as a courtesy you should link to it
Apologies for cross posting...
http://www.mrexcel.com/forum/showthread.php?t=465388
I think this is correct.
Entia non sunt multiplicanda sine necessitate
On reflection, I think there should be a ROUND in there. In B2 and copied down and across,
=INDEX($A$7:$A$107, MATCH(TRUE, ROUND(0.5 + $A2 * SUM(B$7:B$107), 0) <= SUBTOTAL(9, OFFSET(B$7, 0, 0, ROW(B$7:B$107) - ROW(B$6) ) ), 0) )
Last edited by shg; 05-01-2010 at 12:39 PM.
Thanks! This worked perfectly.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks