I want to enter time data into excel sheet in mm:ss format. The problem is - that although the cell format is mm:ss, if I enter the data like this:
12:33 the actual value stored is 12 hours and 33 min. if I want 12 min and 33 sec, I need to enter 0:12:33
Is there a way to make the cell accept 12:33 as mm:ss ?
Thanks, Dani

59, format the cell as[MM]:SS. Like:02:10:45would then display as130:45instead. But apparently that does not work for inputs. – Arjan Jan 20 '11 at 9:16