I need to calculate the cadence that people send emails. So I have column A being email addresses, column B being the date they sent an email. I have data over a few years and needs to see on average, in any given month, how often does someone send email. So I need Excel to count the number of times an email address shows up in a given month/year and then find the average for that email address for ALL months/years.
For example: If I send four emails: Jan 2017, Jan 2017, Feb 2017, Feb 2016. I want column C to show 1.333 (the average number of emails I sent in any given month and year) every time my email address shows up.
I have tried countless formulas from this site, but none work for this exact need. Thanks!
AVERAGEIF()
withCOUNTIF()
maybe? – BruceWayne