I would like to "Count" how many days a person has called out that are "Unexcused" in the last 12 months on our active spreadsheet. Anytime we have an employee that calls out on our line a "Form" is filled out that helps us track who called, date they called, time they called, reason for call, whether it is excused, pending, or unexcused. On a SEPARATE sheet I am trying to do the following: (Different Columns)
- Collect the names of the employees (Without duplicates)
- Count how many times they called out within last 12 months of TODAY's date that are "Unexcused"
- Count how many times they were tardy in a "Rolling" 30-day period for the last 12 months
Is this something that you can help me with? I tried a couple of versions of formulas to no luck.
=JOIN(COLLECT(COUNTM({Attendance Employee Form Range 4}), {Attendance Employee Form Range 3}, "Unexcused", {Attendance Employee Form Range 5}, ISDATE(IF(MONTH(TODAY()), <12, "-")), {Attendance Employee Form Range 2}))