<formula>if(NOT(ISBLANK(Hospital_Name__c)) && NOT(ISBLANK(Hospital__c)) && NOT(ISBLANK(FSE_Owner__c)),if (((CONTAINS(Hospital_Name__r.Name, '消化') || CONTAINS(Hospital_Name__r.Name, '呼吸') || CONTAINS(Hospital_Name__r.Name, 'ET')) && Hospital__r.FSE_GI_Main_Leader__c !=FSE_Owner__c ),true,if(NOT(CONTAINS(Hospital_Name__r.Name, '消化'))&&NOT(CONTAINS(Hospital_Name__r.Name, '呼吸')) && NOT(CONTAINS(Hospital_Name__r.Name, 'ET')) && Hospital__r.FSE_SP_Main_Leader__c !=FSE_Owner__c,true,false)),false)</formula>
|