Update_situation__c
--20230911BK
IF(
text(Year(Created_Day__c)) & text(Month(Created_Day__c)) =
text(Year(today())) & text(Month(today())),"本月创建",
IF(ISBLANK(Key_tipics_last_update_day__c),"还没更新",
IF(
text(Year(Key_tipics_last_update_day__c)) & text(Month(Key_tipics_last_update_day__c)) =
text(Year(today())) & text(Month(today())),"本月更新",
IF(
text(Year(Key_tipics_last_update_day__c)) & text(Month(Key_tipics_last_update_day__c)) =
text(Year(today())) & text(Month(today())-1),"上个月更新",
"最近2个月没更新")
)
)
)
false
IF(
text(Year(Created_Day__c)) & text(Month(Created_Day__c)) =
text(Year(today())) & text(Month(today())),"本月创建",
IF(ISBLANK(Key_tipics_last_update_dayF__c),"还没更新",
IF(
text(Year(Key_tipics_last_update_dayF__c)) & text(Month(Key_tipics_last_update_dayF__c)) =
text(Year(today())) & text(Month(today())),"本月更新",
IF(
text(Year(Key_tipics_last_update_dayF__c)) & text(Month(Key_tipics_last_update_dayF__c)) =
text(Year(today())) & text(Month(today())-1),"上个月更新",
"最近2个月没更新")
)
)
)
BlankAsZero
false
false
false
Text
false