function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
khankhan 

Need to get total no of days between Lead Creation and Opportunity Close Date

Hi,

 

I want to calculate the total no. of days between Lead Creation to opportunity Closed date.

 

Please let me know in case you know how to do it.

 

Thanks in advance,

Steve :-/Steve :-/

The only way that I think it's possible is to create a custom Formula(Date) field on the Lead that holds the Lead.CreatedDate and a custom Date field on the Opportunity.  

Then map your custom Lead field to the Opportunity field.  

Then create a Formula(Number,0) field and subtract the Lead Create Date from the Opportunity Close Date.