How to convert 4400 sec into hours and minutes
Connect
1 Answer
Use the following Notion formula to convert seconds to hours and minutes.
prop("Seconds") ? (format(floor(mod(prop("Seconds") / 86400, 1) * 24)) + " h " + " " + format(floor(mod(prop("Seconds") / 3600, 1) * 60)) + " min") : ""
This is using the name "Seconds" for the property where you have the seconds, so just rename it to what you are using in that column.
Related questions
- convert text property to minutes and split values before and after each character
- calculate minutes from date property with beginning and end time
- How to calculate a result number based on selected tags from multi select property?
- How can I calculate minutes to add total hours (or minutes) in a formula to add totals?
- Is it possible to set "End date" and "Include time" toggled by default for a date property?
Without Answer
-
- 184
- 0
- 3 days ago
-
- 1268
- 1
- Apr 4
-
- 402
- 1
- Mar 20
-
- 407
- 0
- Mar 14
-
- 340
- 0
- Feb 21
-
- 325
- 1
- Feb 14
-
- 412
- 0
- Feb 13
-
- 399
- 0
- Feb 11
- see all
Recent Activities
joeythelemur commented 3 days ago
How can I better organize a LOT of properties?amandabee asked 3 days ago
Can I see all inbound broken links in a public not…amandabee selected an answer 3 days ago
Adding a basic feedback form to pages in a Notion…amandabee answered 3 days ago
In Notion, I want the “Title” column to be filled …amandabee answered 3 days ago
How can I better organize a LOT of properties?
...