I am looking to set up a count to see how many people are scheduled for an appointment verses how many have come in.
I have an appointment date column and a check box that is clicked when someone comes in. I want this to be a summary formula not a cell. Could someone help?
What I messed around with was =COUNTIF(Name:Name,AND(Date:Date>=TODAY(),Check:Check=0))
I also tried an =IF(AND(Date:Date>=TODAY(),Check:Check=0),Count(Name:Name))