I'm trying to create a metric sheet that looks at multiple values, and records that info in a cell each month.
If I have 5 members join membership A, in October 2020 it would count the member type + number of members in the month of October 2020. Once I nailed down the proper formula I would apply it starting Jan 2019.
I was thinking a COUNTIFS would be the way to go, but I'm not able to figure out the year component. This is what I have so far:
=COUNTIFS({ERG MEMBERSHIP SHEET Able}, true, [{ERG MEMBERSHIP Joined Date}, 12 / 0 / 2020])
I assume it's the date portion I have incorrect. Any suggestions?
Thanks