<formula>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%"))))</formula>
|