+ Reply to Thread
Results 1 to 6 of 6

Attendance Spreadsheet summary

  1. #1
    Registered User
    Join Date
    09-18-2008
    Location
    annarbor
    Posts
    16

    Attendance Spreadsheet summary

    Hopefully this thread is in the right section....

    I am creating a large spreadsheet that holds attendance information for a high school program. There are several pieces of data I need to gather from the attendance log and I have been successful with most. However, I need to record how many students, by grade level, attend each session.

    Each day of the week, Mon-Thurs, is considered a separate session (Monday Session, Tuesday Session, etc) so that I have 4 sessions total that are held for 10 weeks at a time. Confusing? Sorry!

    I have attached a sample spreadsheet (a very basic version) that will hopefully clear things up. I need something like a combination of a SUMIF and a COUNTIF formula...a formula that will simply count criteria but will give me the the ability to select the range and the "count_range" as in the SUMIF formula.

    However, I could be totally off and a completely different formula may do the trick!

    Please let me know if you have any more questions, and thank you in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Attendance Spreadsheet - Formula Help

    I am not sure I understand what results you want to see?

    Where are the formulas to go and what exactly are you summing/counting?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-18-2008
    Location
    annarbor
    Posts
    16

    Re: Attendance Spreadsheet summary

    Sorry about that. I updated my sample spreadsheet and highlighted where the info can go, hopefully this will make it clearer. I also manually added the data I need a formula (or formulas) for. I want to know how many Freshmen, Sophomores, Juniors, and Seniors attended each session.

    Thanks, and again, let me know if you need any more info!
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Attendance Spreadsheet summary

    I can assume, I think correctly, that a Junior is Grade 9, A sophomore is grade 10.. but what exactly is a Junior and a Senior? (where's the breakpoint?)

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Attendance Spreadsheet summary

    G11: =SUMPRODUCT(--($B$2:$B$8=9),--(G$2:G$8<>""))

    G12:=SUMPRODUCT(--($B$2:$B$8=10),--(G$2:G$8<>""))

    G13: =SUMPRODUCT(--($B$2:$B$8<=10),--(G$2:G$8<>"")) assumes junior is 9 & 10

    G14: =SUMPRODUCT(--($B$2:$B$8>=11),--(G$2:G$8<>"")) assumes senior is 11 or above

    all copied across, horizontally.

  6. #6
    Registered User
    Join Date
    09-18-2008
    Location
    annarbor
    Posts
    16

    Re: Attendance Spreadsheet summary

    perfect! thanks!

+ 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