Excel Question

89emily

New Member
Joined
Aug 11, 2011
Messages
2
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.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Pivot table shaded green or formulae in B17:B19 (just paste B17 and copy down)
Excel Workbook
ABC
1Empdeptappt count
2johnadmin5
3bobit1
4samadmin3
5tedaccounts2
6
7
8
9Row LabelsSum of appt count
10accounts2
11admin8
12it1
13Grand Total11
14
15
16deptappts count
17admin8
18it1
19accounts2
Sheet12
 
Upvote 0

Forum statistics

Threads
1,224,569
Messages
6,179,605
Members
452,928
Latest member
VinceG

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top