Hi guys. I am a teacher working on a spreadsheet that requires the extraction of data separately for fall & spring semester. My dates are done in columns so that each row is a student. Please see me cheesy example below:
8/17/2017 12/19/2017 1/3/2018 5/24/2018
Student1 X 0 0 X
Student2 X X X X
Here is my statement:
=IF(AND(TODAY()>='Days Off'!D3,TODAY()<='Days Off'!D4),COUNTIF('Roster Engagement'!D18:CJ18,"X")+D17,IF(TODAY()>='Days Off'!D6,COUNTIF('Roster Engagement'!CK18:II18,"X")+D17))
I need to sum up the absences for each semester i.e., student1 has 1 for each. and student2 has 2 for each.
The "Days Off" worksheet is where i store holidays, state & end dates; the "Roster Engagement" is where I store the daily info above; ignore the D17. This statement appears to return the info needed, but I think it might be a sloppy way of doing it. Are there any ideas on a more robust statement?
Thanks in advance!
8/17/2017 12/19/2017 1/3/2018 5/24/2018
Student1 X 0 0 X
Student2 X X X X
Here is my statement:
=IF(AND(TODAY()>='Days Off'!D3,TODAY()<='Days Off'!D4),COUNTIF('Roster Engagement'!D18:CJ18,"X")+D17,IF(TODAY()>='Days Off'!D6,COUNTIF('Roster Engagement'!CK18:II18,"X")+D17))
I need to sum up the absences for each semester i.e., student1 has 1 for each. and student2 has 2 for each.
The "Days Off" worksheet is where i store holidays, state & end dates; the "Roster Engagement" is where I store the daily info above; ignore the D17. This statement appears to return the info needed, but I think it might be a sloppy way of doing it. Are there any ideas on a more robust statement?
Thanks in advance!