跳到主要内容

如何在Excel中将军事时间转换为标准时间?

也许您已经接受了包含军工时间列表的工作表,如下所示,并且您习惯于查看标准时间,所以您想在Excel中将这些军工时间转换为标准时间,该怎么办?


箭头蓝色右气泡 使用Excel中的公式将军事时间转换为标准时间

在Excel中,您可以使用公式快速将军事时间转换为标准时间。

1.选择一个空白单元格以键入此公式 = TIMEVALUE(LEFT(A1,2)&“:”&MID(A1,3,2)&“:”&RIGHT(A1,2)) (A1表示要将军事时间转换为标准时间的单元格,可以根据需要进行更改),然后按 输入 键,然后拖动填充手柄以填充所需的范围。 看截图:

2.然后选择范围B1:B6(使用上面公式的范围,可以根据需要更改它),然后单击鼠标右键单击 单元格格式。 看截图:

3.在 单元格格式 对话框中,单击 联系电话 选项卡,然后单击 时间 来自 产品分类 框,然后从右侧部分选择标准时间格式。 看截图:

4。 点击 OK,您可以看到结果:

Tips::如果军事时间只有小时和分钟,例如2323,则可以使用此公式 = TIMEVALUE(LEFT(A1,2)&“:”&RIGHT(A1,2)) 然后按照上述步骤将其转换为标准时间。 看截图:


箭头蓝色右气泡 使用Excel中的公式将标准时间转换为军事时间

要将标准时间转换为军事时间,您还可以使用公式来解决。

选择一个空白单元格,然后键入此公式 = TEXT(A1,“ HHMMSS”) (A1表示要将军事时间转换为标准时间的单元格,可以根据需要进行更改),然后按 输入,然后拖动填充手柄以填充所需的范围。 看截图:

Tips::如果标准时间只有小时和分钟,例如11:23 PM,则可以使用此公式 = TEXT(A1,“ HHMM”)。 看截图:

小费。如果您想将非标准日期转换为标准日期 mm/dd/yyyy ,请尝试使用 Kutools for Excel's 转换为日期 如以下屏幕截图所示。 它在30天内无限制地提供完整功能, 请下载并立即免费试用。

快速将非标准日期转换为标准日期格式(mm / dd / yyyy)

在某些情况下,您可能会收到带有多个非标准日期的工作清单,并将它们全部转换为标准日期格式,如mm / dd / yyyy可能会给您带来麻烦。 这里 Kutools for Excel's 转换至今 一键即可将这些非标准日期快速转换为标准日期格式。  点击即可获得 30 天的免费全功能试用!
doc转换日期
 
Kutools for Excel:拥有300多个便捷的Excel加载项,可以在30天内免费试用。

相关文章:

最佳办公生产力工具

🤖 Kutools 人工智能助手:基于以下内容彻底改变数据分析: 智能执行   |  生成代码  |  创建自定义公式  |  分析数据并生成图表  |  调用 Kutools 函数...
热门特色: 查找、突出显示或识别重复项   |  删除空白行   |  合并列或单元格而不丢失数据   |   不使用公式进行四舍五入 ...
超级查询: 多条件VLookup    多值VLookup  |   跨多个工作表的 VLookup   |   模糊查询 ....
高级下拉列表: 快速创建下拉列表   |  依赖下拉列表   |  多选下拉列表 ....
列管理器: 添加特定数量的列  |  移动列  |  切换隐藏列的可见性状态  |  比较范围和列 ...
特色功能: 网格焦点   |  设计图   |   大方程式酒吧    工作簿和工作表管理器   |  资源库 (自动文本)   |  日期选择器   |  合并工作表   |  加密/解密单元格    按列表发送电子邮件   |  超级筛选   |   特殊过滤器 (过滤粗体/斜体/删除线...)...
前 15 个工具集12 文本 工具 (添加文本, 删除字符,...)   |   50+ 图表 类型 (甘特图,...)   |   40+ 实用 公式 (根据生日计算年龄,...)   |   19 插入 工具 (插入二维码, 从路径插入图片,...)   |   12 转化 工具 (小写金额转大写, 货币兑换,...)   |   7 合并与拆分 工具 (高级组合行, 分裂细胞,...)   |   ... 和更多

使用 Kutools for Excel 增强您的 Excel 技能,体验前所未有的效率。 Kutools for Excel 提供了 300 多种高级功能来提高生产力并节省时间。  单击此处获取您最需要的功能...

产品描述


Office Tab 为 Office 带来选项卡式界面,让您的工作更加轻松

  • 在Word,Excel,PowerPoint中启用选项卡式编辑和阅读,发布者,Access,Visio和Project。
  • 在同一窗口的新选项卡中而不是在新窗口中打开并创建多个文档。
  • 每天将您的工作效率提高50%,并减少数百次鼠标单击!
Comments (9)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Had to recreate this.

I had a list of Military Hour Blocks in column E for my worksheet (Example: 0, 1, 2, ...10, 11, 12, 13, 14, ...)

This was the formula I had to use.
=IF(E:E >11,TIMEVALUE(CONCAT(RIGHT(E2-12,2)," ","PM")),TIMEVALUE(CONCAT((E2)," ","AM")))
This comment was minimized by the moderator on the site
The problem with this is you have to use two columns
This comment was minimized by the moderator on the site
Yes, but you can copy and pasted the formula result as value, then delete the original column and formula column if you do not need them any more, Now you will leave only one result column.
This comment was minimized by the moderator on the site
I think this solves my problem of miltary times that are less than 1000 not having the zero in front (e.g. 714 rather than 0714):

=IF(A1<1000,CONCAT(0,A1),A1)
This comment was minimized by the moderator on the site
Sorry for reply you too late.In my version, the formula can work for three digits number which do not need to be add the leading zero. If it cannot to work for you, you can add leading zero by format the cells as 0000 in the Format Cells > Custom.
This comment was minimized by the moderator on the site
What if the military time doesn't contain the zero in front? For example 0714 is showing as 714. How do you format these times quickly so that your formula above works correctly?
This comment was minimized by the moderator on the site
Thanks, it seemed to work great even though I am not that sharp with excel. I was able to find a pre-made excel spreadsheet that converts standard time to military time automatically for my needs at another site. You can find it here: http://www.militarytime.us/military-time-converter/ (the link is under the converter tool that is also quite nice for a quick single conversion). Thought others might find it useful as well.
This comment was minimized by the moderator on the site
This works well, but there's rounding errors after a few instances of this. How do you fix that? (I. E. I get down to where I'm adding 20 seconds to my start time, but the output time is 3 seconds later than it should be.)
This comment was minimized by the moderator on the site
Good instruction that worked well. Thank you, Chess
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations