RikkiRyan
2 years agoQrew Member
Date/Time Stamp Formula
Hello!
I am attempting to track when our leads are converted, which happens when our [Account Status] field switches from "Lead" to "Signed Customer."
When I created a date/time field using the formula below, it is literally continuously updating to show the current time. My goal is to just capture the date/time of when the [Account Status] field switched from "Lead" to "Signed Customer." Help?
If([Account Status]="Signed Customer",
Now(),null)
Thank you!!
------------------------------
Rikki Ryan
------------------------------