Hi Everyone,
We have an intake sheet, fed by a form, that assigns rows to staff members. Leadership wants to be able to balance workload by tracking numbers of rows assigned over a timeframe.
On a metric sheet, we use =COUNTIFS({Column Name}, "Person Name") to see how many each person has assigned to them at any given moment.
Given that, as each person completes their tasks, the row moves to a different sheet, how do we capture how many each person was assigned in a month or year?
That is, each person may get assigned and work on a total of 50 rows in a month but at any particular moment might have less than 10 as finished ones move out before more come in.
We do have a system column for "Created Date" and each new row comes in with a Status if "NEW" so we could count those pretty easily. But I don't know how to set up a running total with a count that doesn't decrement when the status is changed to "In Review" or "Approved," etc..
I very much appreciate your time and help with this,
Carroll