I am trying to get this formula to work, but it kicks back the nested criteria.
=JOIN(DISTINCT(COLLECT([Employee Number]:[Employee Number], [Created Date]:[Created Date], IFERROR(MONTH(@cell ), 0) = MONTH(TODAY()), [Employee Number]:[Employee Number], COUNTIF([Employee Number]:[Employee Number], @cell) >= 2)), ", ")
I just want to see the employee number that populates 2 or more time during the current month, is this possible?