如何创建日期和时间的自定义格式并将其分配给 Excel 工作表中的整列

发布于 2024-09-16 09:14:54 字数 201 浏览 4 评论 0原文

我想要一个自定义格式(也包含毫秒),以便在 Microsoft Excel 中处理日期和时间。

样本日期和时间: 08.25.2010 00:52:09.359

为了理解上述示例日期时间,它是 2010 年 8 月 25 日 12 小时 52 分钟 9 秒 359 毫秒(AM)。

请提供自定义格式来处理上述示例日期和时间,并最终申请专栏。

I want a customized format(with milliseconds also) in such a way to handle for a date and time in Microsoft Excel.

Sample date and time:
08.25.2010 00:52:09.359

For understanding of above sample date time, it is 25th August 2010 12 hrs 52mins 9seconds 359 milliseconds(AM).

Please provide a custom Format to handle the above mentioned sample date and time and finally to apply for a column.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倒数 2024-09-23 09:14:54

在 Excel 2003 中,我使用以下形式表示带有秒小数部分的时间:

“时:分:秒,000”
(注意:我的小数点是“,” - 德语)

因此输入的时间 12:13:14,1516 将显示为 12:13:14,152

希望这对您有用

编辑 2012 年 11 月 28 日< /strong>

我最近迁移到 Excel 2010。如上所述,在逗号后使用最多 3 个零的特殊格式仍然有效。但超过 3 个零将不被接受。

In Excel 2003 I use the following for time with fractions of second:

"hh:mm:ss,000"
(note: my decimal point is a "," - German)

so a time entered as 12:13:14,1516 will be displayed as 12:13:14,152

Hope this works for you

Edit 28-Nov-2012

I recently migrated to Excel 2010. Special format using up to 3 zero's after a comma for seconds as described above still works. More than 3 zero's however are not accepted.

耳钉梦 2024-09-23 09:14:54

我不确定您所说的“无法识别日期”是什么意思,但以下自定义格式将为您提供您正在寻找的格式。您必须调整毫秒分隔符“。”当然,根据您的本地化。

mm.dd.yyyy hh:mm:ss.000

将其应用到列就像右键单击列标题,选择“设置单元格格式”,选择左侧的“自定义”并将该格式字符串粘贴到“类型”框中一样简单。

如果您尝试以这种格式输入日期,我认为 Excel 不会支持这种格式。我不知道有什么选项可以将日期分隔符设置为“。”对于 Excel。即使在“区域和语言选项”下将日期格式设置为使用点,Excel 也无法识别这一点。

I'm not certain what you mean by "not recognizing the dates" but the following custom format would give you the format you're looking for. You'll have to adjust the millisecond separator "." according to your localization, of course.

mm.dd.yyyy hh:mm:ss.000

Applying it to a column is as easy as right clicking the column header, selecting Format Cells, choosing Custom on the left and pasting that format string into the Type box.

If you're trying to enter dates in this format, I don't believe that Excel will support that. I don't know of any option to set the date separators to a "." for Excel. Even setting the date format to use dots under the Regional and Language Options doesn't make Excel recognize that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文