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
-
- 87
- 0
- 1 day ago
-
- 72
- 0
- 5 days ago
-
- 479
- 0
- Apr 29
-
- 444
- 1
- Mar 20
-
- 447
- 0
- Mar 14
-
- 400
- 0
- Feb 21
-
- 391
- 1
- Feb 14
-
- 450
- 0
- Feb 13
- see all
Recent Activities
jcarminio asked 1 day ago
Thoughts on adding Notion AI's web search access i…amandabee asked 5 days ago
Display backlinks in a block or page?amandabee answered 5 days ago
Counting Stars?polle answered 6 days ago
Counting Stars?amandabee answered May 13
settings of font colour changed?
...