Cycle Time - Converting minutes to hours and minutes
Hello,
I am trying to convert total minutes to hours and minutes but am having problems.
I am using the formula below, but in some instances it returns a number with 4 digits in the seconds column.
=INT([2023]@row / 60) + ":" + MOD([2023]@row, 60)
Tags:
Answers
-
Round to no decimal places and it will give you whole minutes
=INT([2023]@row / 60) + ":" + ROUND(MOD([2023]@row, 60), 0)
Lisa Kennedy
Senior Consultant | Smartsheet Development
Email:info@primeconsulting.com
Lisa Kennedy
Senior Consultant | Smartsheet Development
Prime Consulting Group
Email: info@primeconsulting.com
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!