Disarmonious
Board Regular
- Joined
- Oct 31, 2016
- Messages
- 144
I have cells formatted to [m]:ss, which I thought would do the trick, and for the most part, it does. The only issue I'm having with this format, is that the user is required to type the number 0 and then a colon in order for result that I want. For example, if the user wants to log 37 minutes and 37 seconds, the cell requires the user to type 0:37:37 to get the result 37:37. I did some Google research, and another user suggested this:
"For displaying the times on the sheet, and for entering them without having to type the colon set the cell format to custom and use:
<code>0/:00</code>
Then enter your time. For example, if you wanted to enter 62:30, then you would simply type 6230 and your custom format would visually insert a colon 2 decimal points from the right."
I tried this suggestion, and I get the error message: "Microsoft Excel cannot use the number format you typed.", which is really frustrating! Any suggestion on what I can do to avoid having to type in that silly zero followed by the colon before entering minutes then seconds?
"For displaying the times on the sheet, and for entering them without having to type the colon set the cell format to custom and use:
<code>0/:00</code>
Then enter your time. For example, if you wanted to enter 62:30, then you would simply type 6230 and your custom format would visually insert a colon 2 decimal points from the right."
I tried this suggestion, and I get the error message: "Microsoft Excel cannot use the number format you typed.", which is really frustrating! Any suggestion on what I can do to avoid having to type in that silly zero followed by the colon before entering minutes then seconds?