Hi, I need for CRM to create a formula where it is 20 days after the the last day I add a contact with that person. How to do that?
Thanks!
Page 1 / 1
Welcome to the community, @Paulo_Calisto! :grinning_face_with_big_eyes: The DATEADD() function will do what you want. Let’s say you have a date field named {Last Contact}
. Your formula for something like a {Next Contact}
field would be:
DATEADD({Last Contact}, 20, "days")
More details here:
Welcome to the community, @Paulo_Calisto! :grinning_face_with_big_eyes: The DATEADD() function will do what you want. Let’s say you have a date field named {Last Contact}
. Your formula for something like a {Next Contact}
field would be:
DATEADD({Last Contact}, 20, "days")
More details here:
Thanks a lot @Justin_Barrett !
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.