# Calculating Totalturn around on form

**URL:** https://community.glideapps.com/t/calculating-totalturn-around-on-form/74272
**Category:** Ask for Help
**Created:** [June 20, 2024, 5:06pm UTC](https://community.glideapps.com/t/calculating-totalturn-around-on-form/74272 "2024-06-20T17:06:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Okoh\_Peter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/okoh_peter/32/71171_2.png) [@Okoh\_Peter](https://community.glideapps.com/u/Okoh_Peter)
#### Post date: [June 20, 2024, 5:06pm UTC](https://community.glideapps.com/t/calculating-totalturn-around-on-form/74272/1 "2024-06-20T17:06:59Z")

</div>

i want to be able to calculate(know) the total amount of time a user spend on Form in glide, is there a way i can achieve this?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 21, 2024, 12:04am UTC](https://community.glideapps.com/t/calculating-totalturn-around-on-form/74272/3 "2024-06-21T00:04:16Z")

</div>

You might be able to:

- Set the current date/time to the user’s profiel when they enter the form screen.
- Collect the date/time when the user submits the form, and also write the “start time” in the first step to the destination table.
- Calculate the duration using a math column, from the 2 timestamps above.
