I'm pulling data from several sheets into one. For this particular column, I want to count the checkboxes not checked only if there is a date on the sheet. The formula I have tried is: =COUNTIFS({Tasks}, false, {Date 2}, "<>"), where Tasks is the area where all checkboxes are and Date 2 is the column with the Date in it. I'm getting Incorrect Argument. How can I correct this?