Hi - trying to make a Training Matrix for my company.
"Matrix" sheet has the following columns:
Row: (Auto-Number)
Doc ID: (Text = document needing to be trained on)
Employee 1: Check Box if they need to be trained
Helper: column formula to give running count of checked boxes
=COUNTIFS([Employee1]:[Employee1], [Employee1]@row, [Row ID]:[Row ID], @cell <= [Row ID]@row, [Employee1]:[Employee1], 1)
Can someone please help me with an INDEX function column formula (or another solution) to place on another sheet to yield just the Doc IDs from "Matrix" that "Employee 1" is checked (=1) OR "Helper" > 1 (per the Helper column formula)
I have cross-sheet references {Doc ID}, {Employee1}, {Helper}