【发布时间】:2017-05-29 05:15:56
【问题描述】:
我的目标是从 excel 中的单元格中读取文本,获取单元格中的日期并显示相应的星期几。 我通过下面的公式成功地做到了
=TEXT((MID(A7,SEARCH("??/??/????",A7),10)),"dddd")
Formula when the excel is fetching the date and providing the day
我的一个朋友在他的笔记本电脑的 excel 中应用了相同的公式,但无法获得星期几。 他能够获取日期,但不能获取星期几
Case when the same formula was not displaying the day of the week
【问题讨论】:
-
除了@pnuts:
23/04/1990在 EN_GB 语言环境(英国)中只是一个有意义的日期。在 EN_US 语言环境中没有意义:1990 年第 23 个月第 4 天。