+ Reply to Thread
Results 1 to 11 of 11

Excel 2007 : formula to average a percentage

Hybrid View

berk21 formula to average a... 01-24-2009, 07:54 PM
JBeaucaire Once again, it is really up... 01-24-2009, 09:02 PM
JBeaucaire Also, while waiting for your... 01-24-2009, 09:30 PM
berk21 thats the hardest part. maybe... 01-24-2009, 10:00 PM
JBeaucaire And I would disagree.... 01-25-2009, 12:48 AM
berk21 ok..what if we look at it... 01-25-2009, 08:46 PM
JBeaucaire You're officially stumping... 01-25-2009, 09:33 PM
berk21 is it hard as far as the way... 01-25-2009, 09:49 PM
berk21 so I was reading the threads... 01-25-2009, 10:32 PM
JBeaucaire For understanding? No. But... 01-25-2009, 10:57 PM
berk21 Re: formula to average a... 01-26-2009, 10:00 PM
  1. #1
    Registered User
    Join Date
    12-21-2008
    Location
    Dupont PA
    Posts
    99

    formula to average a percentage

    on the attached spreadsheet I am looking to get the correct formula to average a percentage.

    column P10:P34 shows a pass fail %.
    I was wondering if column H and L can be included to some what average the failure rate instead of basing it on just 2 cells (current formula)...giving column P more of a all around answer.

    ie.column H,L,N,O= P
    Attached Files Attached Files
    Last edited by berk21; 01-27-2009 at 08:05 PM. Reason: I was told

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Once again, it is really up to you to define a simple explanation of what you want to happen in any one cell. Once again I'm guessing at what you're talking about.

    Currently, the QC Failure % is a comparison of how many failed out of how many that were QC'd. That makes sense as a percentage. 20 Qc'd (L10), 11 failed (O10), so QC Failure % of 55%...clear.

    So, how can the total jobs completed in cell H10 be included in the same cell in a meaningful way? Aren't you really looking for another percentage concept altogether?

    Taking the 25 completed jobs (H10) and the QC failure number (O10) and comparing them seems wrong since the QC people haven't QC'd all 25 jobs. How can it be right to do that?

    Anyway, having said all that, if you really want to do that, simply =O10/H10 gives you that percentage.

    If that's not what you want, instead of explaining it, do the math one time yourself and show us the answers you want for one or two rows, then explain it. We can create formulas from clear sample results much faster than anything else.
    Last edited by JBeaucaire; 01-24-2009 at 09:04 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Also, while waiting for your response, all the "collection" formulas in your WeeklyReview sheet can benefit from simple 3d-Formulas.

    Your current formula in G10 of:
    =Monday!G10+Tuesday!G10+Wednesday!G10+Thursday!G10+Friday!G10+Saturday!G10+Sunday!G10

    ...can be replaced with the 3d-reference of:
    =SUM(Monday:Sunday!G10)
    ...and copied down. That works for G,H,I,K and L.
    Last edited by JBeaucaire; 01-24-2009 at 09:35 PM.

  4. #4
    Registered User
    Join Date
    12-21-2008
    Location
    Dupont PA
    Posts
    99
    thats the hardest part. maybe Im am looking for too much with lack of information...that might be it...but I thought there might be a more accurate answer without going off the ONLY QC's that were checked...Reason behind it all is, and bare with me a moment..

    If you were to do 10 fantastic jobs and 2 were judged horrible....is it fair to give the final review based on just those 2? not really... what if 8 bad 2 good...judging the 2 you would look great...

    So maybe what I am asking is, taking the average work completed and qc's completed and comparing it to the Failure rate, I can get an average of failure rate.

    Will this work? L10/J10=28% out of that (O10)11 failed, so 11/28=39% Failure.

    I will def fix the =SUM(Monday:Sunday!G10)

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Quote Originally Posted by berk21 View Post
    If you were to do 10 fantastic jobs and 2 were judged horrible....is it fair to give the final review based on just those 2? not really...
    And I would disagree. Spreadsheets aren't usually about fairness. Spreadsheets are unemotional depiction of facts.

    10 awesome jobs and 2 horrible jobs is a 17% horrible rate. That's what it is. (2/12=.1666667)

    Worse, so far, the 2 horrible may be out of only half the completed jobs having been QC'd yet, so this employee's true failure rate remains to be seen.

    As I said, if you want to present other statistics, then do so in another cell. What you have in the sheet so far is barely understandable, but it IS understandable.

    ...what if 8 bad 2 good...judging the 2 you would look great...
    Again I would disagree. No statistical representation of performance would say 80% failure rate is "great". Would it?

    So maybe what I am asking is, taking the average work completed and qc's completed and comparing it to the Failure rate, I can get an average of failure rate.

    Will this work? L10/J10=28% out of that (O10)11 failed, so 11/28=39% Failure
    Not following any of that. J10 is a percentage already.

    Anything you want to do will work. Figure out an example of what you do want, and show us example(s) of the resulting numbers. These "what ifs" aren't helping since logically I don't see what you're attempting.

    If it's me being dense, I apologize, but I see working formulas now and what you're describing doesn't jive for me.
    Last edited by JBeaucaire; 01-25-2009 at 12:51 AM.

  6. #6
    Registered User
    Join Date
    12-21-2008
    Location
    Dupont PA
    Posts
    99
    ok..what if we look at it this way...column m is the % that was QC'd tech by tech..and multiply it by column O.
    Results are based on what % was QC'd against his fails.. (say thats what I am looking for)

    ie =SUM(M10:M34)(O10:O34)

    This is strickly opinion, do you see anything false about judging failure on %QC'd?

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    You're officially stumping me. I've read those sentences 10 times and admit defeat. I can't conceive what you're saying, so I'm going to set it aside and look at your sheet for some sort of reference to how many failed QC for one tech can be "percentage" against everyone. I don't even understand it when I say it, but try this over in S10:

    =O10/SUM($L$10:$L$34)
    or
    =O10/$L$36

    Jason failed 11 times out of the 143 QC'd currently on the sheet for everyone.

    EDIT:

    Since column M is a reference to one tech against ALL techs, then it goes to reason that the second percentage (column P) does the same thing.
    Last edited by JBeaucaire; 01-25-2009 at 09:39 PM.

  8. #8
    Registered User
    Join Date
    12-21-2008
    Location
    Dupont PA
    Posts
    99
    is it hard as far as the way I am wording it?

    Analogy maybe? can I relate it to a job you do to make it reasonably understandable to you?
    I am trying my hardest to help you visualize...and I gave you cells and some equations like you wanted....What can I do to help you see what I see?
    Attached Files Attached Files
    Last edited by berk21; 01-25-2009 at 09:52 PM. Reason: updated spreadsheet attached

  9. #9
    Registered User
    Join Date
    12-21-2008
    Location
    Dupont PA
    Posts
    99
    so I was reading the threads from the past we worked on....and I picked out one you jumped out and said thats what your looking for. So....this is what I am looking for.

    Comparing column O to M to = P
    (percent quality checked x Failed jobs = percent failed according to % Quality checked)

    helpful or no?

  10. #10
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    For understanding? No. But here's a formula to try since I don't know what answer you expect.

    =O10/M10/100

  11. #11
    Registered User
    Join Date
    12-21-2008
    Location
    Dupont PA
    Posts
    99

    Re: formula to average a percentage

    I am going to set this all aside...

+ 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