# Count Participants for an event Conference Template

**URL:** https://community.glideapps.com/t/count-participants-for-an-event-conference-template/49716
**Category:** Ask for Help
**Created:** [September 20, 2022, 12:18pm UTC](https://community.glideapps.com/t/count-participants-for-an-event-conference-template/49716 "2022-09-20T12:18:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Paco](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paco/32/48060_2.png) [@Paco](https://community.glideapps.com/u/Paco)
#### Post date: [September 20, 2022, 12:18pm UTC](https://community.glideapps.com/t/count-participants-for-an-event-conference-template/49716/1 "2022-09-20T12:18:40Z")

</div>

I am building an app for an event using the Conference Template. There are different seminars with different availability.  
I want to build a functionality that counts “Favorites” for every user and event so people can RSVP and see how many people will be attending the seminars.

I created a Rollup to count favorites but it sums it all up. Is there any way I can sum up only the favorites for a particular event?

 ![Screenshot 2022-09-20 3.13.16 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/a/0ab698b48f5a3e1f4f819620b5a99b92aabd28f5.png)

Here is a link to the app [https://mallorcabjjyogafest.glideapp.io/](https://mallorcabjjyogafest.glideapp.io/)

---

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [September 20, 2022, 1:29pm UTC](https://community.glideapps.com/t/count-participants-for-an-event-conference-template/49716/2 "2022-09-20T13:29:13Z")

</div>

There is no way to reliably sum a User Specific Column.

One thing you could do is make a new table for each event , “Signed Up” which would simply have a RowID and a User ID. Then you could simply sum the records in that Table.
