View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default Hours and Minutes Data format

1:30 is stored as time which IS 1:30 AM
if you enter 13:30 it will be stored as 1:30 PM

Cell will display 1:30 but it will be internally stored as
1/0/1900 1:30 AM

If you do not want to do any calculations then enter
'1:30
then it will be stored as a text...


"Dave08" wrote:

Thanks that worked but now I am getting AM on the end.

"Sheeloo" wrote:

Try again... you probably entered 1.0 by mistake.

The date you are seeing corresponds to 1.0. In the cell you must be getting
0:00

"Dave08" wrote:

I am trying to format a cell so it displays Hours and minutes. I am entering
1:00 and desplaying 1/01/1900 12:00:00 AM. The formating on the cell is
HH:MM.