Hello,
Is there a formula where I can filter two check box columns. First check column is "Project Completed" and second column is "Urgent Request". So I wanted to know how many projects I have as:
"Urgent Request" Check
"Project Completed" Uncheck
I tired
=COUNTIFS([Urgent Request]:[Urgent Request], 1, AND([Project Completed]:[Project Completed], 0))
but I get #INVALID DATA TYPE
Thanks!