I'm new to formulas and haven't done a COUNTIFS formula before. I'm trying to count data from two columns of the same sheet where 1) the date is in the past and 2) a checkbox is selected. What am I doing wrong?
=COUNTIFS({Daily Screening MAIN - Sheet Range 1}, < TODAY()), ({Request to be Onsite}, =1)