Hello,
I am creating an employee database, and am working on tracking attendance. Below is a working code to count all occurrences no matter what type of category (sick, emergency, etc.)
=CDbl(Nz(Sum([Number of Days]),0))
I am struggling with making a code that references the "Number of Days"...