Check_same_as_plan__c
IF(ISBLANK(IsScheduled_Location__c),0,IF(Location__c=IsScheduled_Location__c,1,0))//
IF(AND(ISBLANK(IsScheduled_Location__c),ISBLANK(Location__c)),1,
IF(ISBLANK(IsScheduled_Location__c),1,
IF(Location__c=IsScheduled_Location__c,1,0)))
false
IF(ScheduleCount__c==0,0,
IF(Location__c!=IsScheduled_Location__c,0,1))
BlankAsZero
18
false
0
false
false
Number
false