+ Reply to Thread
Results 1 to 4 of 4

Need help identifying the correct formula to use

  1. #1
    Registered User
    Join Date
    10-04-2012
    Location
    Not here, it's rubbish!
    MS-Off Ver
    Excel 2003/2007/2010
    Posts
    66

    Need help identifying the correct formula to use

    Hi,

    Wondering if someone can help me to solve a particular problem. An example sheet is attached.

    Here's the scenario; Several people submit pictures into an Art Competition and are awarded a Grade, A to F. Grade A earns 6 points, B earns 5 points, etc down to F earning 1 point.

    I know how to use the COUNTIF and SUMIF formulas to count the number of entries by each person, and each person's total score respectivley. The problem I'm having is identifying the correct formula to use to count the number of different awards, A to F, given each entrant (hence the blank cells in range E20 to J24).

    Can anyone suggest an Excel built-in Formula that will achieve this and the correct way to use that formula?

    Many thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: Need help identifying the correct formula to use

    Enter
    Please Login or Register  to view this content.
    in E20 and drag down and across

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need help identifying the correct formula to use

    Instead of using column headers like:

    No. A Awards

    Use either:

    A Awards

    Or simply:

    A

    If you use "A Awards", try this formula entered in E20:

    =COUNTIFS($B$2:$B$15,$B20,$D$2:$D$15,LEFT(E$19))

    If you use "A", try this formula:

    =COUNTIFS($B$2:$B$15,$B20,$D$2:$D$15,E$19)

    Copy across to J20 then down as needed.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-04-2012
    Location
    Not here, it's rubbish!
    MS-Off Ver
    Excel 2003/2007/2010
    Posts
    66

    Re: Need help identifying the correct formula to use

    Thank you, Pepe - Genius!!

    I've spent a day or so playing around with SUMIFS and getting nowhere. Never come across the SUMPRODUCT formula before, so very grateful for your help.

+ 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