IF(
AND(Customer_Care_Inquiry__r.Surgery_Demo_Date__c >= TODAY()-30,
Customer_Care_Inquiry__r.Surgery_Demo_Date__c <= TODAY()), Sales_Amount__c ,0)
How can I change this formula to capture sales within a certain date range?
6 Antworten
Yes, I want summarize the sales from July-Sept 2014 instead of using the TODAY()-30