I am trying to figure out employee participation in a given quarter. We measure participation by making at least one sale in the quarter. I have a list of employees and a list of sales such as this:
Employee
Jon
Jane
Bill
Jill
Jack
Sales Order # Month of Sale Employee
1 January Jane
2 January Jack
3 February Bill
4 February Bill
5 March Jack
I would like the output to look like this:
January February March
40% 60% 60%
I thought about using CountIfs, such as =countif(Month of Sale,"January")/rows(Employee) and =countifs(Month of Sale,"January",Month of Sale,"February")/rows(Employee) and so forth. The issue is with this is if a salesperson makes more than one sale in a month they get double counted, inflating the participation rate. Need someway to tell Excel to only count an employee once per month.
Ideas? Thanks.
Bookmarks