0

How To Create A NL Filtering Using A NP Union?

I have three different companies (CO, COII, COIII). In each company I have several funds. I want to create a NL(Filter) for all funds in all companies. It's easy to create a filter for each company, but how to I combine all the filters into one filter? I tried the text below, but with no success.

=NL("Filter",NP("Union",$C$3,$C$4,$C$5))
where cell C3 contains filter NL("Filter","Fund","No.","Company=",CO)cell C4 contains filter NL("Filter","Fund","No.","Company=",COII)cell C5 contains filter NL("Filter","Fund","No.","Company=",COIII)
Any suggestions would be greatly appreciated.

1 comment

Please sign in to leave a comment.