I have a staffing schedule that where each employee is a record, and each day is its own field.
Each day field marks whether employees were on shift, off shift, or on PTO that day.
How can I count up the number of days employees were on PTO?
Thanks f...