0

Filtering on Boolean Fields

I am trying to accomplish this:

=NL("Count","Table",,"=OR(NF(,""Field1"")=""value"",NF(,""Field2"")=""value"")",TRUE)

where Field1 is a boolean. I'm not sure what to enter for "value". I've tried:

NF(,""Field1"")=""True""
NF(,""Field1"")=""TRUE""
NF(,""Field1"")=""1""

and none of them evaluate to true. When I replicate the rows, excel displays TRUE for those field values, so #2 seems likely, but it still doesn't work. Please help.

Thanks in advance.

3 comments

Please sign in to leave a comment.