0

Combining 2 filters into 1

In C3 I have, say, =nl("Filter", "Item", "No.", < criteria stuff 1>)
In C4, =nl("Filter", "Item", "No.", < criteria stuff 2>)

In C5, what I would like to do is
=NL("Filter", "Item", "No.", "No.", np("Intersect", C3, C4)), but that gives me the dreaded, "an array is not a valid argument…" error.

How do I turn C5 into a filter that is the intersection of C3 and C4? Note that I cannot do:
=NL("Rows", "Item", "No.", "No.", np("Intersect", C3, C4)) because I do not want rows to be replicated.

Thanks in advance.

3 comments

Please sign in to leave a comment.