0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Excel函数

Posted at

1.Excel函数,计算日期,并且只显示到当月的最后一天
"A11"是当前单元格的上一个单元格,"$I$2"是写入当前月份的单元格(yyyy/M/d格式)

=IFERROR(IF(MONTH(A11+1)=MONTH($I$2),A11+1,""),"")
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?