# The Increment Action on a Button

**URL:** https://community.glideapps.com/t/the-increment-action-on-a-button/44874
**Category:** Ask for Help
**Created:** [July 20, 2022, 4:53pm UTC](https://community.glideapps.com/t/the-increment-action-on-a-button/44874 "2022-07-20T16:53:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![baldwin\_kay](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baldwin_kay/32/45098_2.png) [@baldwin\_kay](https://community.glideapps.com/u/baldwin_kay)
#### Post date: [July 20, 2022, 4:53pm UTC](https://community.glideapps.com/t/the-increment-action-on-a-button/44874/1 "2022-07-20T16:53:52Z")

</div>

Is it possible to use the increment button to increase values in more than 1 cell. For example I want the button to add to one specific cell then also add to the total amount cell.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 20, 2022, 5:13pm UTC](https://community.glideapps.com/t/the-increment-action-on-a-button/44874/2 "2022-07-20T17:13:24Z")

</div>

Shouldn’t your total amount be a calculated value? 🤔

But yes, you can increment values in two different columns in the same row. All you need to do is create a custom action, and then you can have as many Increment Actions as you want.

If you wanted to increment values in different rows, that’s possible - but not quite so simple.
