I have 3 lists that I normally copy into excel columns: #1 Roster names, #2 Split names, and #3 Audit names . I ensure all 3 sheets have the same corresponding names (often times some fall through the cracks and we lose names between each list) In excel I was using the following equation but I want to move it to smartsheets:
=FILTER(Table3[Split ], ISNA(XMATCH(Table3[Split],Table3[Roster],0)))
any ideas? essentially I need a list of the names missing from the roster on the split & the ones missing from the split on the audit (hoping that makes sense)