+ Reply to Thread
Results 1 to 2 of 2

quartile pie chart

  1. #1
    Registered User
    Join Date
    05-04-2007
    Posts
    36

    quartile pie chart

    Hi all,

    I have a bunch of data that shows the time to fix a problem.

    Is there a way to create a pie chart that splits the data into quartile.

    so for example, on the pie chart, i want to see the percentage of problems that were solved under 3 hours, more than 3 less than 7hrs, more than 7 less than 10hours, and more than 10hours

    thanks.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454
    From your list of times you can calculate the quantiles hence:

    =COUNTIF(range,"<3") for less than 3 hours
    =COUNTIF(range,"<7")-COUNTIF(A7:A26,"<3") for 3 to 7 hours
    =COUNTIF(A7:A26,"<10")-COUNTIF(A7:A26,"<7") for 7 to 10 hours
    =COUNT(A7:A26)-COUNTIF(A7:A26,"<10") for greater than 10 hours

    and plot these calculated values on your pie chart.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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