Excel 中的日期转换为 UTC
我在 Excel 单元格中收到了以下日期。我希望从给定日期的 8 小时中减去它们
2022-03-16T23:02:14+08:00
2022-03-17T07:59:46+08:00
2022-03-17T08:00:34+08:00
在这里,我需要输出,例如:
2022-03-16
2022-03-16
2022-03-17
I have the below dates received in an Excel cell. I want them to be subtracted from 8 hours from the given date
2022-03-16T23:02:14+08:00
2022-03-17T07:59:46+08:00
2022-03-17T08:00:34+08:00
Here, I need output as for Eg:
2022-03-16
2022-03-16
2022-03-17
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用辅助列来解释发生的情况:
Using helper columns to explain what happens:
如果您的日期以字符串形式存储在 Excel 单元格中,那么您可以使用以下公式 -
If your dates are stored as string in excel cells then you may use below formula-