Excel日期转字符串转换 =TEXT(D35, “yyyy.mm.dd”) 错误:公式存在问题

huangapple go评论91阅读模式
英文:

Excel date to string conversion =TEXT(D35, "yyyy.mm.dd") error : There is a problem with formula

问题

我想将一个日期单元格转换为字符串并放入另一个单元格,但总是出现这个错误:

错误是:这个公式存在问题...

谢谢回答
Csaba

英文:

I would like to convert a date cell to string into another cell, but always get this

Excel日期转字符串转换 =TEXT(D35, “yyyy.mm.dd”) 错误:公式存在问题

The error is: There's a problem with this formula ...

Thanks for the answers
Csaba

答案1

得分: 1

感谢@Mayukh Bhattacharya的答案:

参数分隔符和日期格式必须使用本地化格式。

我必须使用;eeee.hh.nn来表示它们。

=TEXT(D35; "eeee.hh.nn")

英文:

Thanks for @Mayukh Bhattacharya the answer is:

the parameter separator and date format must be in a localized format.

I have to use ; and eeee.hh.nn for them.

=TEXT(D35; "eeee.hh.nn")

huangapple
  • 本文由 发表于 2023年5月21日 20:00:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/76299804.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定