My employees submit a daily spreadsheet listing each doctor's name, the number of patients scheduled for that doctor, and the name of the employee assisting the provider.
Doctor A 5 Tom
Doctor B 3 Frank
Doctor C 8 Crystal
Doctor D 2 Tom
Doctor E 1 Tom
Doctor F 2 Tom
Doctor G 6 Frank
Doctor H 9 Crystal
I would like for the sheet to automatically calculate the number of patients each employee ends up providing services for. The doctors are only listed once but the employees could be assigned multiple doctors. From the data above, I would like to see a result that shows:
Tom 10
Frank 9
Crystal 17
Such a result would show to me that the work is not spread out evenly.
How would I calcalulate the range to count the sum of patients per employee?
Doctor A 5 Tom
Doctor B 3 Frank
Doctor C 8 Crystal
Doctor D 2 Tom
Doctor E 1 Tom
Doctor F 2 Tom
Doctor G 6 Frank
Doctor H 9 Crystal
I would like for the sheet to automatically calculate the number of patients each employee ends up providing services for. The doctors are only listed once but the employees could be assigned multiple doctors. From the data above, I would like to see a result that shows:
Tom 10
Frank 9
Crystal 17
Such a result would show to me that the work is not spread out evenly.
How would I calcalulate the range to count the sum of patients per employee?