View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Beth Beth is offline
external usenet poster
 
Posts: 67
Default military time function

the time frame that we are use for these specific sheets is 6am - midnight.
So if 1:00 is entered I need it to automatically change to 13:00 it can never
be 1:00 (users don'yt know military time). And I was wondering how I could
make this happen in a certain cell.
Thanks for your response but I think it's more than a formatiing issue it
calls for an acutal function or macro maybe, after all data is entered then a
button is clicked and then all time entries are transformed in the designated
cells. I should have been more specific sorry any adive that you have would
be great, thanks.

"Jake Marx" wrote:

Hi Beth,

Beth wrote:
is there a function to convert regular time entered into cell into
military time?


It depends on what you're trying to do. If you need the military time as a
string (text), you could do this:

=TEXT(A1,"hh:mm:ss")

If you just need a cell that contains a time entered as 8:30 PM to display
20:30:00, you can simply format the cell:

1) Select the cell, right click, choose Format Cells...

2) Select "Time" from the listbox on the left, then choose the format
that looks like Military Time (3rd from last on my machine)

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]