Thisyear_lastyear__c false IF(ISBLANK(Failure_Occurrence_Date__c),0, IF(AND((Failure_Occurrence_Date__c >= Last_Fiscal_Start_Date__c), (Failure_Occurrence_Date__c <= Last_year_today__c)),Repair_List_Price__c, IF(AND((Failure_Occurrence_Date__c >= Fiscal_Start_Date__c), (Failure_Occurrence_Date__c <= today())),Repair_List_Price__c,0) )) BlankAsZero 18 false 2 false false Currency