W
wmustudent99
Situation:
I currently have a number in mm:ss format (A1). I need to multipl
this number by a cents per minute number. I need to conver the mm:s
number into a format that will be able to calculate the total cost.
This is the formula I currently have and I believe there is a muc
faster one out there.
Example:
A1 = 32.25 (mm:ss)
My Formula =((MOD(A1,1))/0.6)+(INT(A1))
Results are 32.42. I can now calculate this number to find out tota
cost.
Any help would be great. Thank
I currently have a number in mm:ss format (A1). I need to multipl
this number by a cents per minute number. I need to conver the mm:s
number into a format that will be able to calculate the total cost.
This is the formula I currently have and I believe there is a muc
faster one out there.
Example:
A1 = 32.25 (mm:ss)
My Formula =((MOD(A1,1))/0.6)+(INT(A1))
Results are 32.42. I can now calculate this number to find out tota
cost.
Any help would be great. Thank