Number of events for each month

I have a list of events with dates written in format, for example February 13, 2023 at 1:00pm.

If I want to do a roll-up of the number of events in a particular month, eg February 2023, what is most efficient way to do it?

I have tried to look at arrays, roll-up and if-then-else, but could not come up with right answer.

Thank you

Format date has MMMM YYYY or use MATH and DATE operations to create month and year using Template.
In another tab, add dates in the same format, create relations, and then roll up.

got it. Thanks

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.