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