Is there any way to convert hh:mm:ss to total number of minutes like you can in Excel (Excel: Convert hours and minutes to minutes | CyberText Newsletter)?
Solved
Converting hours:minutes:seconds to total minutes
Best answer by kuovonne
Is your hh:mm:ss in a duration field or a text field?
If it is a duration field, divide the duration field by 60. Under the hood, duration fields are stored as a number of seconds.
If the original value is a text field, you will need to parse out the parts, convert them to numbers, and then do the math.
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

