# Add progress bar to check items in checklist (individual)

**URL:** https://community.glideapps.com/t/add-progress-bar-to-check-items-in-checklist-individual/12896
**Category:** Ask for Help
**Created:** [July 21, 2020, 8:30pm UTC](https://community.glideapps.com/t/add-progress-bar-to-check-items-in-checklist-individual/12896 "2020-07-21T20:30:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![HeddaBO](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/heddabo/32/8531_2.png) [@HeddaBO](https://community.glideapps.com/u/HeddaBO)
#### Post date: [July 21, 2020, 8:30pm UTC](https://community.glideapps.com/t/add-progress-bar-to-check-items-in-checklist-individual/12896/1 "2020-07-21T20:30:14Z")

</div>

Hi guys, is this possible to ddd progress bar based on number of checked items in checklist (user-specific data). Also would love to add this progress bar to the home screen - can this be done with the relation column somehow? Thanks! 🙏

---

<div class="post-metadata">

### Author: ![Coupons\_Deal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/coupons_deal/32/9734_2.png) [@Coupons\_Deal](https://community.glideapps.com/u/Coupons_Deal)
#### Post date: [July 21, 2020, 8:44pm UTC](https://community.glideapps.com/t/add-progress-bar-to-check-items-in-checklist-individual/12896/2 "2020-07-21T20:44:18Z")

</div>

Yup. Absolutely.  
Depends on your sheet structure. You know the total items and the one’s which are completed. So in Progress Bar component, set Max value to Total Items count and current value as the completed items count. You can use RollUp Column type to calculate the counts or use Formula in GSheet.

---

<div class="post-metadata">

### Author: ![HeddaBO](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/heddabo/32/8531_2.png) [@HeddaBO](https://community.glideapps.com/u/HeddaBO)
#### Post date: [July 21, 2020, 10:13pm UTC](https://community.glideapps.com/t/add-progress-bar-to-check-items-in-checklist-individual/12896/3 "2020-07-21T22:13:56Z")

</div>

Thanks a lot! RollUp worked great

---

<div class="post-metadata">

### Author: ![Coupons\_Deal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/coupons_deal/32/9734_2.png) [@Coupons\_Deal](https://community.glideapps.com/u/Coupons_Deal)
#### Post date: [July 22, 2020, 9:56am UTC](https://community.glideapps.com/t/add-progress-bar-to-check-items-in-checklist-individual/12896/4 "2020-07-22T09:56:37Z")

</div>

You are welcome. If the suggestion worked, please do mark it as solution so others can benefit.
