I have three columns
I have employees in column A
I have a series of departments in column B
In column C there is a count of how many appointments that each employee has (which is derived from a different area)
ie
column a - john, bob, sam, ted
column b - admin, it, admin, accounts
column c - 5, 1, 3, 2
I want to create another table that displays how many appointments each department has. eg admin has 8 - IT has 1 - accounts has 2
So the way I think of it would be if b? = 'admin' then count c? but not sure how to translate it in excel as I am not that experienced in excel.
I have employees in column A
I have a series of departments in column B
In column C there is a count of how many appointments that each employee has (which is derived from a different area)
ie
column a - john, bob, sam, ted
column b - admin, it, admin, accounts
column c - 5, 1, 3, 2
I want to create another table that displays how many appointments each department has. eg admin has 8 - IT has 1 - accounts has 2
So the way I think of it would be if b? = 'admin' then count c? but not sure how to translate it in excel as I am not that experienced in excel.