We have a date that a lead enters one of our steps and the date they enter the next step. We would like to calculate the delta between these days on order to report on the average time a lead spends in each step.
I believe that my best shot is through "Custom Fields" in the Admin tab.
Very similar to the Excel calculation: =DAYS360(A1,B1,FALSE)
or
=NETWORKDAYS(A1,B1)
Thank you