![]() |
Military Time
I am trying to convert cells containing military time to regular time. Ex.
1430 to 2:30. Is there a formula that would easily convert it? Thanks! |
http://www.cpearson.com/excel/DateTimeEntry.htm
-- Kind Regards, Niek Otten Microsoft MVP - Excel "Sue" wrote in message ... I am trying to convert cells containing military time to regular time. Ex. 1430 to 2:30. Is there a formula that would easily convert it? Thanks! |
One way:
=TIME(INT(A1/100),MOD(A1,100),0) In article , Sue wrote: I am trying to convert cells containing military time to regular time. Ex. 1430 to 2:30. Is there a formula that would easily convert it? Thanks! |
All times are GMT +1. The time now is 09:00 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com