Skip to main content

IF(Field_Service_if_Out_of_Box_Failure__c =null," ","OBF")

 

IF(Case_Number__c =null,"Upgrade","Repair")

 

 

 

What I want out of the above formula is, if there is a number in the Field Service box, report OBF, and if not continue to evalute and if there is a case number call it a repair and if there is no case number call it an upgrade. 

 

 

So, how do I integrate these two functions?

 

 

PS I only have pro level.

 

 

Thanks for any help!
8 个回答
  1. 2013年4月3日 12:40
    Got it! 

     

    Thanks!
0/9000