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)

image.png

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!