Trentsmith
New Member
- Joined
- Oct 4, 2017
- Messages
- 3
I am working with a sheet that tracks client meeting dates set by 6 different agents. One column has the dates, and another has the name of the agent that set the meeting. I am trying to write a formula to count the number of appointments set by each agent each month.
I have been using the following formula to count the total number of appointments set: Countif(B:B, “Jason”) but I want to break that down by month without needing to manually set ranges at the end of the month.
I tried multiple different formulas using Countifs, but every time I added formulas that count the number of August months, for example, the result would be zero if I also included the part that counts the agent’s name frequency.
In the actual sheet, agent names are in column B and dates are in column D.
I have been using the following formula to count the total number of appointments set: Countif(B:B, “Jason”) but I want to break that down by month without needing to manually set ranges at the end of the month.
I tried multiple different formulas using Countifs, but every time I added formulas that count the number of August months, for example, the result would be zero if I also included the part that counts the agent’s name frequency.
In the actual sheet, agent names are in column B and dates are in column D.