+ Reply to Thread
Results 1 to 8 of 8

Top cumulative %

  1. #1
    Registered User
    Join Date
    12-17-2011
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    4

    Lightbulb Top cumulative %

    First of all, Thank you for you help...

    I am finding it hard to solve this...

    Results of an experiment:

    Result A - Occurred 5 times
    Result B - Occurred 3 times
    Result C - Occurred 8 times
    Result D - Occurred 7 times
    Result E - Occurred 6 times
    Result F - Occurred 6 times
    Result G - Occurred 5 times

    I need to calculate the top 70% (approximate) of the results based on how frequently they occurred.

    So in this example...
    Result C - Occurred 8 times
    Result D - Occurred 7 times
    Result E - Occurred 6 times
    Result F - Occurred 6 times

    Total: 27 (That is 67.5% ~ 70%)
    I dont want to include Result A or Result G then it would come to 92.5%

    Could anyone please help me?

    Thank you

  2. #2
    Forum Contributor 00Able's Avatar
    Join Date
    11-17-2010
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    244

    Re: How to find top cumulative % ...Is it possible in Excel 2007? Please help

    See attachment for an example.

    First sort columns A &B by Largest to Smallest

    So how I like to do it is say D1=B1, and then adding B2 & D1, and then pasting that formula down
    Then in cell C1 divied D1/D7, make sure to "lock" D7, so it should look like D1/$D$7, then drag that down.

    Now you can see the top 70%


    Hope this helps.
    Attached Files Attached Files
    Providing Problems for Your Solutions
    STARS are my Punching Bag, You will be rewarded.

    In the rare event that I may help you, feel free to make me see STARS

  3. #3
    Registered User
    Join Date
    12-17-2011
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How to find top cumulative % ...Is it possible in Excel 2007? Please help

    Thank you for taking time to reply and for the worksheet...
    However I cant sort the column, since everyday the results vary...

    What I really like is probably a conditional formatting formula that will highlight the top 70% of the results everyday

    Thank you again

  4. #4
    Forum Expert dangelor's Avatar
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    365 Pro Plus
    Posts
    2,274

    Re: How to find top cumulative % ...Is it possible in Excel 2007? Please help

    You could use Data > Filter > Top 10 > by % =70.

    You can do the same with Conditional Formatting.

    HTH,
    Rich
    Last edited by dangelor; 12-17-2011 at 11:48 PM.

  5. #5
    Registered User
    Join Date
    12-17-2011
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How to find top cumulative % ...Is it possible in Excel 2007? Please help

    I am adding new date everyday by adding new column, so the filter option wont work,
    Could you please tell me exactly what the function to use for Conditional formatting

  6. #6
    Forum Expert dangelor's Avatar
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    365 Pro Plus
    Posts
    2,274

    Re: How to find top cumulative % ...Is it possible in Excel 2007? Please help

    Use Home Tab > Conditional Formatting > Top/Bottom Rules > Top 10%... and change the percentage to 70 and set the format.

  7. #7
    Registered User
    Join Date
    12-17-2011
    Location
    Toronto
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Top cumulative %

    Thanks for the reply, however it is not the same...

    For example...

    Lets say the numbers are
    4
    7
    3
    5
    6
    5
    The total is 30.
    I want the 50% of the total to be highlighted, but in that 50% I want to included the largest numbers first...
    so to make up 15 (50% of 30), First # to be included should be 7, then 6, then 5 (it is over 15 but it is ok)

    However the method you suggested is same as PERCENTILE function... it is highlighting the numbers that are over 70 percentile (7,5,6,5)

    Is there any other way you can think of???

  8. #8
    Forum Expert dangelor's Avatar
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    365 Pro Plus
    Posts
    2,274

    Re: Top cumulative %

    Possibly by modifying 00Able's solution...

    With this formula, you can sort without sorting (so to speak).

    =LARGE($B$3:$B$8,ROWS($B$3:B3)) and copy down will rearrange a number list top to bottom.

    This assumes your list of numbers is in B3:B8.

+ 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