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