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
-
- 50
- 0
- 3 days ago
-
- 158
- 0
- Aug 12
-
- 215
- 0
- Aug 7
-
- 302
- 0
- Jul 17
-
- 1361
- 0
- Apr 14
-
- 941
- 0
- Apr 12
-
- 880
- 0
- Apr 10
-
- 873
- 0
- Apr 7
- see all
Recent Activities
blackcrow asked 3 days ago
Global Client Filter Across Multiple Database View…benarik answered Aug 27
Display backlinks in a block or page?benarik answered Aug 27
Can I see all inbound broken links in a public not…benarik answered Aug 27
Looking for clarity on copying DB keysbenarik answered Aug 26
How Can I Use Notion to Organize a Busy Work Workf…
...

