Hi Team
I have used three different logic and none are able to give me a count of the Unchecked cells. They are giving me a count of all Cells which is incorrect. How do I fix the issue -
=COUNTIF({Column Name}, "")
=COUNTIF({Column Name}, false)
=COUNTIF({Column Name}, 0)
Thanks.