I am looking to get totals for each employee (in the last 182 days) for each error type up in the master section but my formula isnt quite working
=COUNTIFS(Staff:Staff, @cell = Staff@row, Date:Date, Error:Error, @cell >= TODAY(-182))
what am i missing?