+ Reply to Thread
Results 1 to 5 of 5

weighted scoring formula to exclude not applicables

  1. #1
    Registered User
    Join Date
    07-01-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    61

    weighted scoring formula to exclude not applicables

    Hi All,

    I am stuck big time with this. The attached shows a report to collect data for an evaluation. A score of 1 is entered against each category depending on the outcome of the call. The part where I am stuck is if a category is N/A I want the total percentage score to not take this into consideration. As an example. All the categories could score excellent with the exception of telephony skills which is N/A. In this case, the score is 96% but I want the calculation to only include those categories where the whole section is not N/A.

    Really hoping that someone can assist with this. I know there are enough bright sparks out there to dig deep and help me through this!!!
    Thanks in advance guys
    Attached Files Attached Files
    Last edited by sav1979; 06-12-2011 at 07:49 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    07-17-2005
    Location
    Abergavenny, Wales, UK
    MS-Off Ver
    XL2003, XL2007, XL2010, XL2013, XL2016
    Posts
    608

    Re: weighted scoring formula to exclude not applicables

    Hi

    Perhaps in cell T9
    =IF($U$35=1,0,IF($U$36=1,0.3,IF(COUNTIF(L10:N12,"N/A"),"",IF(SUM(N10:N13)=0,"",N14/M14))))

    If this is what you want, then adjust ranges for other areas of your report.
    --
    Regards
    Roger Govier
    Microsoft Excel MVP

  3. #3
    Registered User
    Join Date
    07-01-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    61

    Re: weighted scoring formula to exclude not applicables

    Hi Roger, I still get the same total of 96% when I include that formula. If NA is selected for the whole of one category then I lose that percentage from the total. In the case that I put excellent for everything except 'telephony skills' (K15:K17) then I get a total of 96% instead of the 100%. If possible, when there is a full category that is NA, the total should be made up of the remaining categories and if they score excellent in all other areas then the total score would be 100%.

  4. #4
    Registered User
    Join Date
    06-15-2011
    Location
    Ft Worth, Texas
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: weighted scoring formula to exclude not applicables

    I am new to the forum so I hope I am adding this to the correct spot. I am working on a similar scoring spreadsheet and having problems getting the total scoring for all sections but figured out this part. Try adding "<> NA" into your formula. The <> basically says (not to include NA). let me know if this helped.
    Quote Originally Posted by sav1979 View Post
    Hi Roger, I still get the same total of 96% when I include that formula. If NA is selected for the whole of one category then I lose that percentage from the total. In the case that I put excellent for everything except 'telephony skills' (K15:K17) then I get a total of 96% instead of the 100%. If possible, when there is a full category that is NA, the total should be made up of the remaining categories and if they score excellent in all other areas then the total score would be 100%.

  5. #5
    Registered User
    Join Date
    07-01-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    61

    Re: weighted scoring formula to exclude not applicables

    Hi Otidwell, where would you place this in the formula though?

+ 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