Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to convert seconds into rounded minutes

Featured Replies

Hi guys,

 

I'm using FM 5.5v1.

 

I've a field call "Seconds" that simply shows the amount of seconds like this:

 

88

23

268

409

 

I would like a calculation that converts them into rounded minutes, following with the above examples the calculation would convert them as follows:

 

2

1

5

7

 

What calculation should I use?

 

Best!

  • Author

P.S. And if the Seconds are 0 (zero) then the calculation would also show 0.

Round(Seconds/60, 0)

 

Oh, you want it to always round up.

 

Case(

Seconds = 0, 0,

Int(Seconds/60) + 1

)

Int((Seconds + 59) / 60)

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.