T
Tonso
I have in cell S6 a formula that takes a value, and multiplies it by
0.0006, and the result is seconds, such as 135. I want to have another
cell that references the cell with the seconds (S6), and shows
minutes:seconds, so that the 135 in the example would result in 2:15.
I tried =Int(S6/60)&":"&mod(S6,60), but only get #VALUE. What is the
proper formula?
Thank you,
Tonso
0.0006, and the result is seconds, such as 135. I want to have another
cell that references the cell with the seconds (S6), and shows
minutes:seconds, so that the 135 in the example would result in 2:15.
I tried =Int(S6/60)&":"&mod(S6,60), but only get #VALUE. What is the
proper formula?
Thank you,
Tonso