I have currently the following problem:
When i just simple want to enter a specific time in a cell, for example: 09:30
It automaticly converts the cell into :4 maart 2012 09:30:00
But it only shows 09:30 in the cell..
How can i stop this convertion, so that only 09:30 stays in the cell?
Thanks in advance.
Do you need the cell contents to be interpreted as a date (eg by a formula)? If not, why not enter ’09:30 (with a leading apostrophe) – excel will just store the string “09:30” in the cell, without converting it to a date.