![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
I'm currently trying to convert a cell which contains the number of seconds into another cell which show the seconds as minutes and seconds using the following formula:
=QUOTIENT(C2,60)&MOD(C2,60) where C2 is the cell containing the number of seconds I want to convert. My problem is that the formula works well but I've found now that I cannot display the results as mm:ss which is what I'd like. Is anyone able to help me? |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
and custom format cell as "mm:ss" |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Cheers - worked a treat.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|