I am having trouble cross referencing and filtering 2 tables for matching numbers.
One table has a list of all employees and whether they have passed training. Table1[Number],Table1[Pass]
I have another table with employee numbers that are on shift today. Table2[Number]
I want to filter my list of people on shift today that have NOT completed training yet.
=FILTER(Table1[Number],Table1[Pass]<>"pass")
this formula gives me the list of people who still need their training, but I keep getting errors trying to use filter function on Table2[Number]
Please help :D
One table has a list of all employees and whether they have passed training. Table1[Number],Table1[Pass]
I have another table with employee numbers that are on shift today. Table2[Number]
I want to filter my list of people on shift today that have NOT completed training yet.
=FILTER(Table1[Number],Table1[Pass]<>"pass")
this formula gives me the list of people who still need their training, but I keep getting errors trying to use filter function on Table2[Number]
Please help :D