Gurantee_End_Period__c
IF((30<=Gurantee_End_day1__c&& Gurantee_End_day1__c< 90), '已到期1个月',
IF((90<=Gurantee_End_day1__c&& Gurantee_End_day1__c< 180), '已到期3个月',
IF((180<=Gurantee_End_day1__c&& Gurantee_End_day1__c< 365), '已到期6个月',
IF((365<=Gurantee_End_day1__c), '已到期1年',
IF(((-30)<=Gurantee_End_day1__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day1__c)) , '到期前1个月',
IF(((-90)<Gurantee_End_day1__c&&Gurantee_End_day1__c<=-30&&!ISBLANK(Extend_Gurantee_DateTo__c) &&!ISBLANK(Gurantee_End_day1__c)), '到期前3个月',
IF(((-180)<Gurantee_End_day1__c&&Gurantee_End_day1__c<=-90&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day1__c)), '到期前6个月',
IF((-365)<Gurantee_End_day1__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day1__c), '到期前1年', ''))))))))
历史逻辑
false
IF(Gurantee_End_day__c>0, IF((30<=Gurantee_End_day__c&& Gurantee_End_day__c< 90&&!ISBLANK(Gurantee_End_day__c)), '已到期1个月',
IF(( Gurantee_End_day__c< 180&&!ISBLANK(Gurantee_End_day__c)), '已到期3个月',
IF((Gurantee_End_day__c< 365&&!ISBLANK(Gurantee_End_day__c)), '已到期6个月',
IF((365<=Gurantee_End_day__c&&!ISBLANK(Gurantee_End_day__c)), '已到期1年',
'')))),IF(((-30)<=Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day__c)) , '到期前1个月',
IF(((-90)<Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c) &&!ISBLANK(Gurantee_End_day__c)), '到期前3个月',
IF(((-180)<Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day__c)), '到期前6个月',
IF((-365)<Gurantee_End_day__c&&!ISBLANK(Extend_Gurantee_DateTo__c)&&!ISBLANK(Gurantee_End_day__c), '到期前1年', '')))))
BlankAsZero
false
false
Text
false