Paid_Percent_quotation__c
IF(AND(NOT(ISNULL(Invoice_Date_formula__c)),
NOT(ISNULL(Received_Date__c))), 1,
IF ((Billing_Amount__c - BaddebtsAmount__c) = 0, 1,
Paid_Amount__c / (Billing_Amount__c - BaddebtsAmount__c)
))
false
IF(AND(NOT(ISNULL(Invoice_Date_formula__c)),
NOT(ISNULL(Received_Date__c))), 1,
IF ((Discount_Price_formula__c - BaddebtsAmount__c) = 0, 1,
Paid_Amount__c / (Discount_Price_formula__c - BaddebtsAmount__c)
))
BlankAsZero
18
false
2
false
false
Percent