+ Reply to Thread
Results 1 to 8 of 8

Calculating percentiles from bin/frequency data

  1. #1
    Registered User
    Join Date
    02-11-2010
    Location
    Kodiak, AK
    MS-Off Ver
    Excel 2003
    Posts
    12

    Calculating percentiles from bin/frequency data

    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!
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,721

    Re: Calculating percentiles from bin/frequency data

    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!

  3. #3
    Registered User
    Join Date
    02-11-2010
    Location
    Kodiak, AK
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Calculating percentiles from bin/frequency data

    My apologies! I did not know about this rule.
    I deleted the other post.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,721

    Re: Calculating percentiles from bin/frequency data

    I was referring to your post at MrExcel. You don't have to delete it but as a courtesy you should link to it

  5. #5
    Registered User
    Join Date
    02-11-2010
    Location
    Kodiak, AK
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Calculating percentiles from bin/frequency data


  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Calculating percentiles from bin/frequency data

    I think this is correct.
    Attached Files Attached Files
    Entia non sunt multiplicanda sine necessitate

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Calculating percentiles from bin/frequency data

    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) )
    Attached Files Attached Files
    Last edited by shg; 05-01-2010 at 12:39 PM.

  8. #8
    Registered User
    Join Date
    02-11-2010
    Location
    Kodiak, AK
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Calculating percentiles from bin/frequency data

    Thanks! This worked perfectly.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1