0

Help with Array formula or Filter [solved]

I need help figuring out the correct combination of formulas. Here is a simplified version of what I'm trying to do:

Join:
Employees with a certain class code
with
Employees with a certain payroll history
exclude
Employees that meet a certain criteria using a linked table

I'm having a hard time excluding specific employees. There are a handful that need excluded and we store those exceptions in another table. I've tried linking tables but not every employee has a record in that sub-table and it's returning only employees that do have an record in the sub-table. I need it to return all employees that either don't have a record or meet the given criteria. How do I accomplish this?

Here is one of my formulas (I'm using NP(union) later on):
=NL("filter","employee","no.","status","active","class code",$F$8,"no.",NL("filter","misc. article information","employee no.","serial no.","<>dnd&<>DND","Misc. Article Code","DRV*"))

I want to be able to get this in a formula and not use the hide+? function to hide the employees. Thanks!

3 comments

Please sign in to leave a comment.