我需要一个单元格(我们称之为'Cell Z'),将一个月的25日设置为日期。此日期必须介于两个日期范围之间。
例如:
Cell A - Start date = 15th January 2015
Cell B - End date = 15th February 2015
在此方案中,Cell Z应设置为2015年1月25日。
当单元格A和B发生变化时,例如:
Cell A - Start date = 15th February 2015
Cell B - End date = 15th March 2015
在此方案中,Cell Z应自动更新至2015年2月25日。
我在Cell Z中用什么逻辑来实现这个目标?
答案 0 :(得分:0)
这将有效:
=EOMONTH(A1,-(DAY(A1)<26))+25