# Number of events for each month

**URL:** https://community.glideapps.com/t/number-of-events-for-each-month/57874
**Category:** Ask for Help
**Created:** [February 13, 2023, 9:02am UTC](https://community.glideapps.com/t/number-of-events-for-each-month/57874 "2023-02-13T09:02:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mns\_Glide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mns_glide/32/2514_2.png) [@Mns\_Glide](https://community.glideapps.com/u/Mns_Glide)
#### Post date: [February 13, 2023, 9:02am UTC](https://community.glideapps.com/t/number-of-events-for-each-month/57874/1 "2023-02-13T09:02:00Z")

</div>

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

---

<div class="post-metadata">

### Author: ![sardamit](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sardamit/32/263_2.png) [@sardamit](https://community.glideapps.com/u/sardamit)
#### Post date: [February 13, 2023, 9:19am UTC](https://community.glideapps.com/t/number-of-events-for-each-month/57874/2 "2023-02-13T09:19:36Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Mns\_Glide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mns_glide/32/2514_2.png) [@Mns\_Glide](https://community.glideapps.com/u/Mns_Glide)
#### Post date: [February 13, 2023, 11:18am UTC](https://community.glideapps.com/t/number-of-events-for-each-month/57874/3 "2023-02-13T11:18:11Z")

</div>

got it. Thanks

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [February 14, 2023, 11:19am UTC](https://community.glideapps.com/t/number-of-events-for-each-month/57874/4 "2023-02-14T11:19:08Z")

</div>

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