Entering Military Time

  • Thread starter Thread starter Karen
  • Start date Start date
K

Karen

I have a spreadsheet where I enter military time. I entered 24:00 and the
cell displayed 0:00. Is there a format I could use so the cell displays 24:00?

Any help would be greatly appreciated, Karen
 
No. 24:00 doesn't exist in Military time - it is, essentially, the same as Midnight (0:00) of the
next day.

HTH,
Bernie
MS Excel MVP
 
Thank you!

Bernie Deitrick said:
No. 24:00 doesn't exist in Military time - it is, essentially, the same as Midnight (0:00) of the
next day.

HTH,
Bernie
MS Excel MVP
 
Karen

You can format this by

select on the cells
right click
select Format Cells
In Number tab > select Custom
Under Type >> type in [h]:mm
click OK


Does this do what you want?

cheers
 
Karen said:
I have a spreadsheet where I enter military time. I entered 24:00 and the
cell displayed 0:00. Is there a format I could use so the cell displays 24:00?

Any help would be greatly appreciated, Karen

Number format:

[h]:mm
 
Hi,

Although Excel displays 24:00 as 0:00 on the Formula Bar you will see that
it is 12:00 AM. The key is the format you choose

Depending on exactly what you want you can use any of the following format:

[h]
[h]:mm
[h]:mm:ss
[h]:mm:ss.00
 
You can use the following to display 24:00 when it's entered as such:

[=1]"24:00";hh:mm

Regards,
Fred.
 
Thank you!

Fred Smith said:
You can use the following to display 24:00 when it's entered as such:

[=1]"24:00";hh:mm

Regards,
Fred.

Karen said:
I have a spreadsheet where I enter military time. I entered 24:00 and the
cell displayed 0:00. Is there a format I could use so the cell displays
24:00?

Any help would be greatly appreciated, Karen
 
Thank you!

Glenn said:
Karen said:
I have a spreadsheet where I enter military time. I entered 24:00 and the
cell displayed 0:00. Is there a format I could use so the cell displays 24:00?

Any help would be greatly appreciated, Karen

Number format:

[h]:mm
 
Thank you!

xlmate said:
Karen

You can format this by

select on the cells
right click
select Format Cells
In Number tab > select Custom
Under Type >> type in [h]:mm
click OK


Does this do what you want?

cheers


Karen said:
I have a spreadsheet where I enter military time. I entered 24:00 and the
cell displayed 0:00. Is there a format I could use so the cell displays 24:00?

Any help would be greatly appreciated, Karen
 
Thank you!

Shane Devenshire said:
Hi,

Although Excel displays 24:00 as 0:00 on the Formula Bar you will see that
it is 12:00 AM. The key is the format you choose

Depending on exactly what you want you can use any of the following format:

[h]
[h]:mm
[h]:mm:ss
[h]:mm:ss.00

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


Karen said:
Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Midnight will not display in cell 3
Time Format 5
Military Time & Colon 3
separating date and time 5
Calculating Military Time 6
Conditional Time Calculation 10
Date/Time 1
date and time format 4

Back
Top