Im trying to add a formula to count the number of training docs, person X has to complete.
What formula would i use to count the number of incomplete/ person. I am using the following formula
==COUNTIF({Date Completed}, FIND("Bob", Name(@cell), 0), "") but its giving #unparseable.
Please help!!