# Simple loan calculator

**URL:** https://community.glideapps.com/t/simple-loan-calculator/8294
**Category:** Ask for Help
**Created:** [May 1, 2020, 3:22pm UTC](https://community.glideapps.com/t/simple-loan-calculator/8294 "2020-05-01T15:22:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![thebepps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thebepps/32/2956_2.png) [@thebepps](https://community.glideapps.com/u/thebepps)
#### Post date: [May 1, 2020, 3:22pm UTC](https://community.glideapps.com/t/simple-loan-calculator/8294/1 "2020-05-01T15:22:03Z")

</div>

Hi, I’m working on a simple loan calculator, as interest rates are fixed, I need only one input, the loan amount. All calculations are made in glide so are very fast. As I need to share the app, I’d like to know how enable calculations on different amounts at the same time by different users. Any hints?  
Thanx in advance.

Beppe.

---

<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: [May 2, 2020, 2:02pm UTC](https://community.glideapps.com/t/simple-loan-calculator/8294/2 "2020-05-02T14:02:06Z")

</div>

You should only need to create a new loan amount column in the data editor that is set to user specific. Then establish your math columns against that user specific column. It will calculate separately for each user.

---

<div class="post-metadata">

### Author: ![thebepps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thebepps/32/2956_2.png) [@thebepps](https://community.glideapps.com/u/thebepps)
#### Post date: [May 2, 2020, 3:34pm UTC](https://community.glideapps.com/t/simple-loan-calculator/8294/3 "2020-05-02T15:34:52Z")

</div>

Thanks Jeff, I found the solution yesterday evening, doing exactly what you said. Initially I had troubles in undersatanding how to do user specific.

---

<div class="post-metadata">

### Author: ![ikhvnmovin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ikhvnmovin/32/5716_2.png) [@ikhvnmovin](https://community.glideapps.com/u/ikhvnmovin)
#### Post date: [May 2, 2020, 4:04pm UTC](https://community.glideapps.com/t/simple-loan-calculator/8294/4 "2020-05-02T16:04:24Z")

</div>

Have the link of your app?

---

<div class="post-metadata">

### Author: ![thebepps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thebepps/32/2956_2.png) [@thebepps](https://community.glideapps.com/u/thebepps)
#### Post date: [May 2, 2020, 4:24pm UTC](https://community.glideapps.com/t/simple-loan-calculator/8294/5 "2020-05-02T16:24:41Z")

</div>

Sorry, I can’t share this time. Anyway it’s all on glide, the sheet is only two columns, all calculations are made in Glide data.
