# User independent calculator

**URL:** https://community.glideapps.com/t/user-independent-calculator/58324
**Category:** Ask for Help
**Created:** [February 22, 2023, 11:02pm UTC](https://community.glideapps.com/t/user-independent-calculator/58324 "2023-02-22T23:02:42Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Jon\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jon_lee/32/54749_2.png) [@Jon\_Lee](https://community.glideapps.com/u/Jon_Lee)
#### Post date: [February 22, 2023, 11:02pm UTC](https://community.glideapps.com/t/user-independent-calculator/58324/1 "2023-02-22T23:02:42Z")

</div>

I want to add in a simple instant calculator in my app. I have the calculator working with some number input columns and math columns. The problem is with multiple users, it gets confused and changes for every user input as the row is ‘open’ to all users.  
I want to avoid having a form to run the calculate with a new tire for every calculator. Ideally I would have a row for each user with runs the calculation, but can’t figure it how to automatically add one row per user to run this.

I’m sure there is a way you can help me with.

Thanks

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 22, 2023, 11:06pm UTC](https://community.glideapps.com/t/user-independent-calculator/58324/2 "2023-02-22T23:06:04Z")

</div>

Each user already has its own row in users’ sheets… utilize that. You can also use User Specific Column.

---

<div class="post-metadata">

### Author: ![Jon\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jon_lee/32/54749_2.png) [@Jon\_Lee](https://community.glideapps.com/u/Jon_Lee)
#### Post date: [February 23, 2023, 7:09am UTC](https://community.glideapps.com/t/user-independent-calculator/58324/3 "2023-02-23T07:09:15Z")

</div>

Thanks @Uzo is there a way to duplicate the user table to avoid using the user table to multiple pages to keep it a bit cleaner and more organized?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 23, 2023, 12:45pm UTC](https://community.glideapps.com/t/user-independent-calculator/58324/4 "2023-02-23T12:45:52Z")

</div>

If you are not using the User table, or a table with a row for each user, then you are best off using User Specific Columns with a single row table.

> **[Glide • User-specific columns](https://www.glideapps.com/docs/reference/basic-columns/user-specific-columns)**
>
> User-specific columns allow cells to hold unique data for each user. This means each user can experience their own data for a particular part of your project.

---

<div class="post-metadata">

### Author: ![Jon\_Lee](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jon_lee/32/54749_2.png) [@Jon\_Lee](https://community.glideapps.com/u/Jon_Lee)
#### Post date: [February 23, 2023, 1:04pm UTC](https://community.glideapps.com/t/user-independent-calculator/58324/5 "2023-02-23T13:04:32Z")

</div>

Yes! @Jeff_Hager thank you, so simple and effective!

---

<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 24, 2023, 1:04pm UTC](https://community.glideapps.com/t/user-independent-calculator/58324/6 "2023-02-24T13:04:53Z")

</div>

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