+ Reply to Thread
Results 1 to 27 of 27

School attendance calculator

  1. #1
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    School attendance calculator

    Hi,

    I've just joined today, so I'm sorry if i post this message in the wrong place or I'm not clear in my explanation.

    I work in a school and i want to calculate the best possible attendance of a student based on their current attendance vs number of school days remaining.

    There are 190 school days in a year.

    For example, if a student is currently on 47% attendance and there are only 31 days left of the school academic year, what is their best possible attendance if they came to school every day.

    So, I need a spreadsheet that can work out values based on all possible attendance and all possible number of school days remaining.

    Thanks.

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    Something like attached file?
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Thank you, that's great, however how would I do a lookup from the data you provided onto the sample spreadsheet attached.

    I've added in 2 extra columns at the end, if you could please also help me with that.

    The 2 extra columns are:

    - Is a 100% attendance achievable? Yes or No
    - If Yes, then how many consecutive days will the student need to attend till they reach a 100% attendance?
    Attached Files Attached Files
    Last edited by Ihussain; 01-19-2023 at 09:39 AM.

  4. #4
    Registered User
    Join Date
    01-16-2023
    Location
    London
    MS-Off Ver
    Office 2016
    Posts
    3

    Re: School attendance calculator

    wow this is cool

  5. #5
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    How do you calculate the 54%, 63% and 21% for Student A, B and C respectively?

  6. #6
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    This information will be taken out of our school MIS.

    But a simple calculation would be:

    - 1st day of school - if present then 100% attendance

    - 2nd day of school - if absent then it would be 50% attendance

    - 3rd day of school - if present then attendance would be 33.33%

    However there are many joiners and leavers. A student might join tomorrow and if they attend school tomorrow then their attendance would be 100%.

    Again their daily attendance will be taken out of our school MIS.

    Thanks.

  7. #7
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    1st day of school - if present then 100% attendance
    2nd day of school - if absent then it would be 50% attendance
    3rd day of school - if present then attendance would be 33.33% <- you mean 66.67%?

    How can a student whose present attendance record is less than 100%, achieve 100% attendance by end of 190 school days?

  8. #8
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Yes, sorry that should be 66.67%.

    Apologies.

    How can a student whose present attendance record is less than 100%, achieve 100% attendance by end of 190 school days? Your right, my brain has gone to mush.

    What i would like to find out is:

    - If a student's current attendance is 54% , what is their best possible attendance if they attend every day afterwards.
    - Also to set milestones. Lets get you to 60%. You need to attend X number of consecutive days and you will reach 60%. If you attend X number of days you can get 70%.
    Last edited by Ihussain; 01-20-2023 at 01:39 PM.

  9. #9
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    With no. of school days passed in E2, remaining school days in F2 and how many more days attendance required to achieve in G2:
    F3=($E$2*E3+$F$2)/190, copy down.
    G3=IF($G$2*190-$E$2*E3>$F$2,"Impossible to achieve",$G$2*190-$E$2*E3), copy down.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    That's Awesome!!!

    Thank you so much for your time and effort. Much appreciated!


  11. #11
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    josephteh thank you for helping me out however after exploring the calculator, i think there are a few issues. Please can you help me again.

    I have tried to clearly note comments down on the tab "josephteh2" of the attached spreadsheet.

    Brief summary -

    - table is not calculating properly as intended
    - i have explained about attendance sessions rather than days due to how attendance % works in schools (My fault for not picking this up earlier, sorry).
    - New tab created called "New table" - added in "sessions attended", "out of possible number of sessions", "number of sessions remaining in the school year"

    Please can you take a look into this again and provide me with a solution.

    Thank you.

  12. #12
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    Hi Ihussain, just got back from my CNY holiday.

  13. #13
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    Note 1: Student B
    Days attended = 54 days * 76% = 41 days
    To reach 80% attendance by end of school term = (41 days + 111 days) / 190 days = 80%

    Note 2: Student D
    Days attended = 54 days * 82% = 44 days
    To maintain 80% attendance for the remaining school days = (44 days + 108 days) / 190 days = 80%

    I believe you have to continue counting to the end of school term because the student may have achieved the 80% attendance now, but the % will drop if he/she stops going to school.

    Note 3
    You have to provide a date when a student joins.

  14. #14
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    For the last part, change 190 to 380 in formulas.

  15. #15
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Hope you had a good holiday!

    Note 1: Student B
    Days attended = 54 days * 76% = 41 days
    To reach 80% attendance by end of school term = (41 days + 111 days) / 190 days = 80%

    That's great to have as a column for across the entire academic year but i would like a column to find out how many consecutive days the student will need to be in to hit their first 80%.

    Note 2:

    I understand, that makes sense.

    Note 3:

    The report that i get the student attendance information from does not have joined date. I could get the joined date from another report and merge them together, however this will be difficult for teachers, as i want to show them how to use it. Then they should take ownership of it themselves. So, i want it as simple as possible.

    The report does show - "Number of possible sessions" and "Number of sessions attended".

    I guess i could add a column to say "total number of sessions". This would be the total number of sessions currently possible in the year (regardless of when they joined, this is from the start of the academic year to the current day).
    Can minus the above figure from the "number of sessions possible" to give a "joined at session" number.

    I have added it into the sample spreadsheet on the tab "New table" .

    Hope that makes some sort of sense.

    Thanks.

  16. #16
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,055

    Re: School attendance calculator

    Sorry, my mind is not working after a long holiday! I have requested for help from the experts here:
    https://www.excelforum.com/the-water...ml#post5785039

    Hopefully someone can assist you.

  17. #17
    Registered User
    Join Date
    01-30-2023
    Location
    Pakistan
    MS-Off Ver
    2016
    Posts
    2

    Re: School attendance calculator

    To create a school attendance calculator in Excel, you'll need to follow these steps:

    Create a new Excel worksheet and name it "Attendance".

    In the first row, create the headers for each column. These headers should include "Date", "Student Name", and "Attendance Status".

    In the second row and below, enter the dates of the classes and the names of the students.

    In the "Attendance Status" column, use a drop-down list to allow the user to select "Present", "Absent", or "Excused".

    Create a formula that will count the number of "Present" and "Excused" entries for each student. You can use the COUNTIF function to do this. For example, the formula for counting the number of "Present" entries for Student 1 would be =COUNTIF(C2:C100,"Present").

    Copy the formula for each student in the same column.

    Create a pie chart that will display the attendance percentage for each student. To do this, select the data range for each student, go to the "Insert" tab, and click on the "Pie" chart.

    Format the chart to your liking and label the slices with the students' names.

    To calculate the overall attendance percentage for the class, you can use the AVERAGE function. For example, the formula to calculate the average attendance percentage for the class would be =AVERAGE(D2:D100).

    Finally, you can add conditional formatting to highlight cells based on attendance status, for example, if a student is absent, the cell color can be red, and if the student is present, the cell color can be green.

    This is a basic guide on how to create a school attendance calculator in Excel. You can customize and add more features to suit your needs.

  18. #18
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Hi,

    Thank you for your guide, however this isn't what i want to calculate.

    I want to calculate the following things:

    - what is the best possible attendance the student can achieve if they are in school every day from the next day onwards.
    e.g. if a student is currently on 70% attendance today. What will be their best attendance if they attend school every day for the remaining number of school sessions

    - How many number of consecutive sessions will the student have to attend to reach 75% attendance, 870% attendance, 90% attendance etc.
    e.g. if a student is currently on 70% attendance, if they attend school every day onwards, their attendance will slowly go up. So, how many sessions will they need to consecutively attend before they reach 75%, then 80% and so on.

    Parameters and variables to consider:

    - 190 days in a school year however attendance is calculated by sessions not days.

    - Each day has 2 sessions that count towards attendance figures (AM and PM)

    - So, there are 380 sessions in a school year

    - Attendance is calculated by the "number of possible sessions" divided by "number of sessions attended"

    - Formulas have to account for the fact that students can join anytime in the school academic year. So for someone that joins last month, they won’t have 380 sessions. Their max sessions possible will be a lot less.

    - For example - a student that joined school 2 days ago, if they miss 1 day of school (2 sessions attended out of 4 sessions) their attendance will be 50%. It won’t take them too long to get up to 80%.
    However, a student who has been at the school from the beginning of the academic year. If they are absent half of that time, their attendance will also be 50%, but it will take them a lot longer to reach 80% attendance.


    Please take a look at the attached spreadsheet.

    It should have all the details needed to calculate my query.

    I don't know if i will need a lookup table to calculate columns K, L and M. You will know better than me.

    Thank you for your help.
    Attached Files Attached Files

  19. #19
    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,169

    Re: School attendance calculator

    Try

    in J2

    =(I2-D2)/I2

    in K2

    =$I2*0.75-$E2

    similar for L & M
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  20. #20
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Thank you for your response.

    Can i please get clarification on a few things:

    - Column K (How many more consecutive sessions attendance required to achieve 75% attendance) - Where the student is currently above 75% attendance, i assume the figure shown in Column K represents that the student will need to continue attending the following number of sessions to at least achieve 75% attendance.
    e.g. Student C is currently on 84.62% attendance. The formula in column K has calculated 143 sessions.
    So, the student has to consecutively attend 143 sessions for the remainder of the academic year to at least achieve 75% attendance.
    Is that right?

    - Column K - Student A - Currently on 70.76% attendance, will need to consecutively attend 125 sessions.
    On the attached spreadsheet, if you go on the tab "Student A example", you can see the student needs to only attend 29 more consecutive sessions to achieve 75%

    - Also, If the calculation in Column I is correct, then student A only has 159 more sessions left of the year. Column M says the student needs to attend 176 more sessions to achieve 90%. So, It's not possible for Student A to achieve 90% attendance..


    I think your calculation takes into account the rest of the academic year, where as for column K to M, I want to know the very first instance where the student can achieve 75% attendance or 80% attendance etc.

    I did the formula for column I - is it correct?
    Or does Column I need to have a different header/formula on there to help with the calculation for column K to M.

    I hope that makes sense.

    Thanks.
    Attached Files Attached Files

  21. #21
    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,169

    Re: School attendance calculator

    We view things differently:

    If a student has to attend 330 sessions (100%) then to achieve 75% overall attendance: this 330*0.75 = 248 so if attendance-to-date is 171 then to achieve 248 he has to attend 248-171 more sessions = 77 ??????

  22. #22
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    The purpose of the calculator was really for students with low attendance figures.

    Below 90%.

    So a student with 70% attendance, we wanted to motivate them by saying, if you attend the next 30 sessions (or 15 days) you will get to 75%.
    I know overall throughout the academic year they will need to attend a lot more to get an overall 75%. But we wanted to inform then when they will be on 75% attendance e.g. (Student A example tab)
    We would of course inform them that the attendance will drop if the miss any sessions.
    However, it's much more easier to get a child to attend school if we view the shorter term attendance rather than overall academic year.

  23. #23
    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,169

    Re: School attendance calculator

    Using your calculation:

    PS=Posiible Sessions
    AS=Actual Sessions
    p=required %

    then ns=Number of sessions to reach % is = ( p*PS-AS)/(1-p)

    so for PS=171, AS=121 , p=75% then ns= (0.75*171-121)/(1-0.75) =29

    for p=80%, ns=79

    for p=90% ns=329 i.e. not achievable

  24. #24
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Yes, exactly that!

    Please could you put the formulas into the spreadsheet.

    With an "if error" function or another formula for "not achievable" if the value goes over the possible sessions.

    e.g. if number of possible sessions is 300 but it would take 350 sessions to reach 90%, then "not achievable".

    Thank you so much.

  25. #25
    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,169

    Re: School attendance calculator

    You could at least try to put the equations into Excel as they are self-explanatory: you have a column heading of "Possible Sessions" and my "Actual Seesions"="Sessions Attended" !!!

    in K2

    =IF(0.75>$J2,"Not Achievable",MAX(0,(0.75*$C2-$E2)/(1-0.75)))

    Adjust for L and M
    Attached Files Attached Files

  26. #26
    Registered User
    Join Date
    01-18-2023
    Location
    UK
    MS-Off Ver
    Version 2211
    Posts
    15

    Re: School attendance calculator

    Thank you and apologies.

    It was because the formula didn't include the IF and MAX function that you just included.

    i wasn't sure if it was helpful for me to include the initial formulas.

    I really appreciate your help and knowledge. This will help the schools out massively.

    Thank you for bearing with my annoyance and lack of knowledge on excel!

  27. #27
    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,169

    Re: School attendance calculator

    You;re welcome: hope you get the required attendance you require!!!

+ 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. [SOLVED] Attendance rolling 12-month calculator
    By talyiadonlon in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-19-2022, 12:16 PM
  2. Weekly Attendance Log for school
    By iceydrums in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-22-2020, 09:16 PM
  3. Replies: 1
    Last Post: 01-30-2020, 11:37 PM
  4. School Attendance Register- Calculating for half day withdrawal
    By kurtyranks in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-29-2016, 06:15 AM
  5. Replies: 10
    Last Post: 03-17-2016, 05:34 AM
  6. Trying to calculate school attendance in Excel 2010
    By barclaygp in forum Excel General
    Replies: 7
    Last Post: 08-24-2012, 10:00 AM

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