上个月的最后一天基于excel中给出的单元日期

时间:2017-06-22 19:43:10

标签: excel excel-formula

上个月的最后一天基于excel中给出的单元格日期,示例使用A1单元格作为2016年6月23日....在b1单元格中应用公式' = EOMONTH(A1,-1)...输出数字格式你能帮忙获取日期格式吗?任何有助于此的公式?非常感谢您的回复

2 个答案:

答案 0 :(得分:1)

格式应用如下:

enter image description here

答案 1 :(得分:0)

从您拥有的任何日期减去日期。

-R --recursive # directory and its children

-t --test # dry run, output but don't rename

-o --owner # change file owner as well to user specified

-v --verbose # output what file is renamed and its new name

-s/str/str2 # substite string on pattern

--yes # Confirm all actions

Excel 尝试从公式中的先前单元格中携带主格式,但有时不能这样,它默认为一般数字。 EOMONTH通常是后者;简单的减法似乎有效。 {{3}}