<formula>if(NOT(ISBLANK(Follow_Inquiry_Level_Text__c)) && NOT(ISBLANK(Follow_Inquiry_Level__c)),if(TEXT(Follow_UP_Opp__r.StageName)=='完了','A.成交',if(((Follow_Inquiry_Level_Text__c=='D' || Follow_Inquiry_Level_Text__c=='E') && Follow_Inquiry_Level__c=='C' || Follow_Inquiry_Level__c=='B' || Follow_Inquiry_Level__c=='A' || Follow_Inquiry_Level__c=='A1') ||(Follow_Inquiry_Level_Text__c=='C' && (Follow_Inquiry_Level__c=='B' || Follow_Inquiry_Level__c=='A' || Follow_Inquiry_Level__c=='A1')) || (Follow_Inquiry_Level_Text__c=='B' && (Follow_Inquiry_Level__c=='A' || Follow_Inquiry_Level__c=='A1')) || (Follow_Inquiry_Level_Text__c=='A' && (Follow_Inquiry_Level__c=='A1')),'B.推进',if(Follow_Inquiry_Level_Text__c == Follow_Inquiry_Level__c,'C.无变化',''))),'')</formula>
|