# Editing by multiple users at the same time

**URL:** https://community.glideapps.com/t/editing-by-multiple-users-at-the-same-time/5853
**Category:** Ask for Help
**Created:** [March 25, 2020, 8:45pm UTC](https://community.glideapps.com/t/editing-by-multiple-users-at-the-same-time/5853 "2020-03-25T20:45:36Z")
**Posts on this page:** 1
**Showing post:** 7

<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: [March 28, 2020, 4:09pm UTC](https://community.glideapps.com/t/editing-by-multiple-users-at-the-same-time/5853/7 "2020-03-28T16:09:15Z")

</div>

Here’s another thread on creating a calculator.

> [@Any thoughts on a Glide version of calculator?](https://community.glideapps.com/t/any-thoughts-on-a-glide-version-of-calculator/5919):
>
> Hi folks, I tried to build a Glide version of calculator, with a particular formula I predefined. Basically, I would like to see each user can input numbers in cell a, b, c, d respectively. And then the built-in math function of Glide (see the predefined formula below) will automatically return two values like in the picture below. I know how to use the math function to do the division and multiplication. I can obtain the two values. But I have no idea how to make sure eac…

Right now you would need to enable email sign in to only allow a user to see their own calculations.

The simplest way to only show the last calculated item would be to change your tab to the detail style layout, and set the sort order to reverse order, so that latest item is on top. The detail style layout only displays the first record in a sheet (that matches any filtering and sorting)

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/73862cc96d355852eb2f295293c95666cc22662d.png)

---

_[View the full topic](https://community.glideapps.com/t/editing-by-multiple-users-at-the-same-time/5853)._
