In this scenario I am trying to track how many calls a staff member made in Jan. The catch is there are some calls that are not eligable for tracking. The ineligable call statuses are in a list. Is there a way to do this?
I'm not great with excel, any help is appreciated!
Count if the 'month' is "Jan", and the 'Type' is "call", unless the 'status' is in the list below.
In the chart below, Jan should be 2, Feb 0, Mar 1
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Type[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]Call[/TD]
[TD]Left message[/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]Call[/TD]
[TD]Do not call[/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]Call[/TD]
[TD]Contacted[/TD]
[/TR]
[TR]
[TD]Feb[/TD]
[TD]Other[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mar[/TD]
[TD]Call[/TD]
[TD]Left message[/TD]
[/TR]
[TR]
[TD]Mar[/TD]
[TD]Call[/TD]
[TD]Client came into branch[/TD]
[/TR]
</tbody>[/TABLE]
IneligableCalls
Do not call
Client came into branch
I'm not great with excel, any help is appreciated!
Count if the 'month' is "Jan", and the 'Type' is "call", unless the 'status' is in the list below.
In the chart below, Jan should be 2, Feb 0, Mar 1
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Type[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]Call[/TD]
[TD]Left message[/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]Call[/TD]
[TD]Do not call[/TD]
[/TR]
[TR]
[TD]Jan[/TD]
[TD]Call[/TD]
[TD]Contacted[/TD]
[/TR]
[TR]
[TD]Feb[/TD]
[TD]Other[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mar[/TD]
[TD]Call[/TD]
[TD]Left message[/TD]
[/TR]
[TR]
[TD]Mar[/TD]
[TD]Call[/TD]
[TD]Client came into branch[/TD]
[/TR]
</tbody>[/TABLE]
IneligableCalls
Do not call
Client came into branch