Results 1 to 3 of 3

Thread: Formula for break up score

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    9
    Rep Power
    0

    Formula for break up score

    Hi,
    I have 2 columns one with yes,no answers and the corresponding category.The combined score of the yes,no answers are displayed in the cell "E1".
    I want to display the break up score of the individual categories i.e. A,B,C separately also.
    I want to perform this action without using the filter.
    (in the attached sheet the score for category A is 100%)
    Thank you.
    ABC.JPG
    Attached Files Attached Files

  2. #2
    Senior Member LalitPandey87's Avatar
    Join Date
    Sep 2011
    Posts
    222
    Rep Power
    14
    Aplly below formula with CSE (Ctrl + Shift + Enter) as it is an array formula

    =SUM(N(($E$4:$E$21=$G1) * ($D$4:$D$21="Yes")))/SUM(N(($E$4:$E$21=$G1)*($D$4:$D$21 = {"Yes","No"})))

    and drag this formula till value "C" in column G

    If it is not working then could you please tell us how you are calculating indivisual score.
    Last edited by LalitPandey87; 08-14-2013 at 03:32 PM.

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    9
    Rep Power
    0

    Quote Originally Posted by LalitPandey87 View Post
    Aplly below formula with CSE (Ctrl + Shift + Enter) as it is an array formula

    =SUM(N(($E$4:$E$21=$G1) * ($D$4:$D$21="Yes")))/SUM(N(($E$4:$E$21=$G1)*($D$4:$D$21 = {"Yes","No"})))

    and drag this formula till value "C" in column G

    If it is not working then could you please tell us how you are calculating indivisual score.
    Thanks a lot ...that helped me a lot.

Posting Permissions

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