+ Reply to Thread
Results 1 to 6 of 6

School Athletics Sheet - Sum of House Points

  1. #1
    Registered User
    Join Date
    04-28-2013
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    2

    Question School Athletics Sheet - Sum of House Points

    Hi All,

    I'm looking for a formula to add house points together. The houses (Blue, Gold, Green, Red) will needed to be added separately and shown in B47, C47, D47, E47.

    The house points total will come from adding the numbers in cells E5:41+G5:G41+I5:I41+K5:K41+M5:M41+O5:O41+Q5:Q41

    So basically I don't know how to write a formula that only adds the scores from the students in 'BLUE' house and shows the total in B47. The same with all three other houses.

    Any help is appreciated!

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: School Athletics Sheet - Sum of House Points

    You can put this formula in cell B47:

    =SUMPRODUCT(($D$5:$D$41=B46)*(($E$4:$Q$4="Cone")+($E$4:$Q$4="Pts")),$E$5:$Q$41)

    then copy across into C47:E47.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-28-2013
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: School Athletics Sheet - Sum of House Points

    Quote Originally Posted by Pete_UK View Post
    You can put this formula in cell B47:

    =SUMPRODUCT(($D$5:$D$41=B46)*(($E$4:$Q$4="Cone")+($E$4:$Q$4="Pts")),$E$5:$Q$41)

    then copy across into C47:E47.

    Hope this helps.

    Pete
    Pete, thank you so much! That worked perfectly.

    Just one more, if you or anyone else has time.

    In the 'M' column I have a formula, which does work but I was wondering if there was a cleaner way of setting it out.

    =IF(ISBLANK(N5),"",IF(AND(N5<=15,N5>1),4,IF(AND(N5>15,N5<=18),3,IF(AND(N5>18,N5<=20),2,IF(N5>=20.01,1)))))

    N5 = blank, M5 = blank
    N5 = bigger than 1 and smaller than or equal to 15, M5 = 4
    N5 = bigger than 15 and smaller than 18, M5 = 3
    N5 = bigger than 18 and smaller than 20, M5 = 2
    N5 = bigger than 20.01, M5 = 1

    Thanks!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: School Athletics Sheet - Sum of House Points

    Try this:

    =IF(ISBLANK(N5),"",LOOKUP(N5,{2,16,19,20.011},{,{4,3,2,1})
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: School Athletics Sheet - Sum of House Points

    You can also use :
    In "M2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy down
    In "B2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy down
    In "B47"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy paste across
    Plz refer attach file.
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: School Athletics Sheet - Sum of House Points

    In M

    =IF(ISBLANK(N5),"",IF(N5<=15,4,IF(N5<=18,3,IF(N5<=20,2,1))))
    Last edited by JohnTopley; 06-08-2017 at 06:21 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. creating a house points scoring program
    By 167notout in forum Excel General
    Replies: 6
    Last Post: 09-29-2015, 08:22 PM
  2. Typing in times for an athletics meeting
    By Andi D in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-22-2013, 12:50 PM
  3. Replies: 0
    Last Post: 02-20-2013, 11:11 AM
  4. Points calculations for athletics events
    By RyanK in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-01-2013, 05:17 AM
  5. Athletics program with excel
    By RyanK in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-24-2012, 02:34 PM
  6. School assessment sheet
    By dubbi3 in forum Excel General
    Replies: 2
    Last Post: 08-25-2009, 03:32 AM
  7. hOW CAN I CONVERT NUMERICAL POINTS INTO A LETTER GRADE(SCHOOL)
    By cicely in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-24-2005, 06:05 PM

Tags for this Thread

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