Conform_to_the_Adjust__c IF(Practical_Pricing__c<0,'1.实际降价',IF(Practical_Pricing__c<= 5 && Practical_Pricing__c >= 0,'2.实际维持',IF(Practical_Pricing__c>5,'3.实际涨价',' '))) false IF(isBlank(LastMContractNo__c),null, IF(AND(Practical_Pricing__c>=Adjustment_ratio_Lower__c,Practical_Pricing__c<=Adjustment_ratio_Upper__c), "1.价格调整符合标准", IF(AND( Estimate_Cost_formula__c>= Adjustment_Lower_price__c*0.8, Estimate_Cost_formula__c< Adjustment_Lower_price__c), "2.低于标准最低调价幅度,但在8折以内", IF( Estimate_Cost_formula__c< Adjustment_Lower_price__c*0.8, "3.低于标准最低调价幅度,且超过8折", IF(AND( Estimate_Cost_formula__c>Adjustment_Upper_price__c, Estimate_Cost_formula__c<=Adjustment_Upper_price__c*1.2), "4.高于标准最高调价幅度,但在20%以内", "5.高于标准最高调价幅度,且超过20%"))))) BlankAsZero false false Text false