Share via

Adding minutes and seconds

Anonymous
2012-06-15T16:33:56+00:00

How do I format cells to reflect minutes and seconds if my entry is 7.32 (7 min 32 seconds) and how do I add these entries?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-06-15T17:04:55+00:00

To add to what rich007a has said, in case your number is already entered as 7.32 in A1 you may use the following formula in B1 to convert it into a time.

=TIME(0,INT(A1),MOD(A1,1)*100)

You need to change the formatting to m:ss or [m]:ss as suggested.

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2012-06-15T16:56:11+00:00

Enter your data as 0:7:32 and format the cell as Custom   m:ss

Hope that helps.

Cheers

Rich

PS. If you need to have more than 59 minutes and still have it show as minutes use [m]:ss

Was this answer helpful?

0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-06-15T19:37:33+00:00

    Thank you very much !!!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-06-15T17:29:25+00:00

    Hey, thanks for pointing out my mistake, I had interpreted the entire question as an hour and minutes question! 

    I am editing out my reply above to correct the error.

    Regards,

    Vinay

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-06-15T17:10:33+00:00

    Careful!

    Entering  7:32 in a cell will be interpreted as 7:32 am!

    I think you have to add the zero for hours so that the actual "time" you are entering is 7 minutes and 32 seconds past midnight:   0:7:32

    Cheers

    Rich

    Was this answer helpful?

    0 comments No comments