How to convert 4400 sec into hours and minutes
Notion Answers
Help between Notion users
Register & Ask
It's free & easy
Get answers
Answers, votes & comments
Vote and select answers
Receive points, vote and give the solution
Help between Notion users
It's free & easy
Answers, votes & comments
Receive points, vote and give the solution
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.
An easy way is to create two new properties using
You are looking for a template with a self referen