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!