$符号在TEXT函数中是什么意思

时间:2018-12-27 16:49:18

标签: excel excel-formula

我发现了一个将日历日期转换为农历日期的excel公式:

=TEXT(A1,"[$-130000]d/m/yyyy")

说A1是

08/12/2018

公式的输出为

2/11/2018

这是如何工作的?什么是$?什么是$-130000MS's help article on TEXT没有提及。

我可以使用什么公式进行反向计算,即从阴历到阳历? $+130000不起作用。


更新

我刚遇到this answer on SO,它说[$ -xxxx]是一些语言环境代码,对我来说很有意义。但是,我找不到任何消息说130000代表什么。

1 个答案:

答案 0 :(得分:1)

如果您仍在寻找有关[$ -130000]代表什么的答案,请在此处查看我的其他答案。

What does the 130000 in Excel locale code [$-130000] mean?

我不确定如何进行反向转换。如果您尝试执行上述功能的相反操作,那将是...

#test { background-image: url('https://dummyimage.com/600x400/000/fff'); background-size: 100%; background-repeat: no-repeat; width: 300px; height: 300px; } #test:hover { background-image: url('https://dummyimage.com/600x300/000/fff'); }

但这只是获取显示的日期,然后将其转换为指定的格式(即,它已经将“ A1”中的所有内容视为公历)