Forum Discussion
Warwick_Jackson_001
Mar 08, 2022Copper Contributor
Custom formatting for elapsed time in minutes and seconds
I am trying to format times as minutes and seconds (5:04) to get differences in elapsed time.
I have tried mm:ss but it just reverts to date and hour. How can I format for minutes and seconds
5 Replies
- Riny_van_EekelenPlatinum Contributor
Warwick_Jackson_001 Try a custom format with square bracket around the minutes portion. Like this:
[mm]:ss
- Warwick_Jackson_001Copper Contributor
- Warwick_Jackson_001Copper ContributorOOOps tried [mm]:ss. 5:03 appears as 303:00 or 5:03:00 a.m.