I have the following formula I'm trying to run
=COUNT(COLLECT({Target Live Date}, {Checkbox}, "1", {Type}, "Native", {Status}, NOT "Published"))
Count cells with a target live date, where the checkbox is ticked, the type is native, and the status is NOT published.
All seems to be working well until the NOT part. Any clue how to do this?
Thanks all :)