Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Excel 教程

Excel 主页 Excel 简介 Excel 入门 Excel 概述 Excel 语法 Excel 区域 Excel 填充 Excel 移动单元格 Excel 添加单元格 Excel 删除单元格 Excel 撤销重做 Excel 公式 Excel 相对引用 Excel 绝对引用 Excel 算术运算符 Excel 括号 Excel 函数

Excel 格式化

Excel 格式化 Excel 格式刷 Excel 格式颜色 Excel 格式字体 Excel 格式边框 Excel 格式数字 Excel 格式网格 Excel 格式设置

Excel 数据分析

Excel 排序 Excel 筛选 Excel 表格 Excel 条件格式 Excel 突出显示单元格规则 Excel 顶部底部规则 Excel 数据条 Excel 色阶 Excel 图标集 Excel 管理规则 (CF) Excel 图表

数据透视表

数据透视表简介

Excel 案例

案例:神奇宝贝商店 案例:神奇宝贝商店,样式

Excel 函数

AND AVERAGE AVERAGEIF AVERAGEIFS CONCAT COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS LEFT LOWER MAX MEDIAN MIN MODE NPV OR RAND RIGHT STDEV.P STDEV.S SUM SUMIF SUMIFS TRIM VLOOKUP XOR

Excel 如何

将时间转换为秒 两个时间之间的差值 净现值 (NPV) 删除重复项

Excel 示例

Excel 练习 Excel 证书

Excel 参考资料

Excel 键盘快捷键


如何在 Excel 中查找两个时间之间的差值


学习如何使用 Excel 查找两个时间之间的差值。


时间可以使用 Excel 转换为秒。

数字 86400 可以用于将时间转换为秒。

Conversion number 86400

如何将时间转换为秒章节 中了解有关 86400 的更多信息。


如何查找两个时间之间的差值?

步骤 1) 创建一个工作表并设置值

在此示例中,我们将找到 14:00(A2) 时间 A 和 16:00(A3) 时间 B 之间的秒数。

复制值以遵循示例。

将值直接粘贴到您的工作表中。

Time to seconds setup
复制值

信息

当您使用数字 86400 时,Excel 可以更改格式。

如果格式更改为时间格式,请确保将其更改回数字格式。


步骤 2) 将时间转换为秒

让我们将时间乘以 86400。

选择单元格 C2

将时间转换为秒以获得时间 A:

计算

B2(14:00) * G1(86400) = 50400
Time to seconds

时间 B:(B3(16:00) * G1(86400)) 重复相同的操作


步骤 3) 查找秒数差异

选择单元格 F9

时间 A 中减去时间 B 以找到差异。

使用转换后的秒数进行计算(C 列中的数字)。

计算

C3(57600) - C2(50400) = 7200 秒
Difference between Time A and Time B

步骤 4) 将秒数转换为分钟

将秒数除以 60 以找到分钟数。

选择单元格 F10

计算

F9(7200) / G2(60) = 120 分钟
Seconds converted to minutes

步骤 5) 将分钟数转换为小时

将分钟数除以 60 以找到小时数。

选择单元格 F11

计算

F9(120) / G3(60) = 2 小时
Seconds converted to minutes

干得好!

您已成功找到两个时间 14:0016:00 之间的时间。

在这种情况下,正确答案是 7200 秒或 120 分钟或 2 小时


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.