Google表将01/01/0001转换为01/01/2001

发布于 2025-02-11 19:21:45 字数 85 浏览 4 评论 0原文

如何停止它?尝试了许多不同的格式,但没有任何区别。在设置中找不到任何东西。谷歌搜索只能使如何阻止Google表格将自动形成数字从日期制定到日期,这不是问题。

How to make it stops? Tried many different formattings and it gives no difference. Could not find anything in settings. Googling only gives how to stop google sheets from auto-formatting numbers into dates, which is not the problem.

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

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

发布评论

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

评论(2

誰ツ都不明白 2025-02-18 19:21:45

您还可以使用:

="01/01/0001"

垂直计算年龄尝试:

=SUMPRODUCT(REGEXEXTRACT(B1:B2, "\d{4}")*{-1; 1})

=SUMPRODUCT(REGEXEXTRACT(A11:B11, "\d{4}")*{-1, 1})

​img src =“ https://i.sstatic.net/wzf9e.png” alt =“在此处输入图像说明”>

also you could use:

="01/01/0001"

to calculate the age vertically try:

=SUMPRODUCT(REGEXEXTRACT(B1:B2, "\d{4}")*{-1; 1})

enter image description here

or horizontally:

=SUMPRODUCT(REGEXEXTRACT(A11:B11, "\d{4}")*{-1, 1})

enter image description here

柒夜笙歌凉 2025-02-18 19:21:45

将格式设置为文本后,请确保编辑数字。以下是我的意思:

“

Make sure to edit the number after setting the format as text. Below is an example of what I mean:

ex

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