I have this formula that is working: IF({Start date},DATETIME_FORMAT(DATEADD({Start date},14, 'days'),'MM/DD/YYYY'),"")
I want to incorporate these conditions to it:
IF(Category = "Playbooks",14, 'days')
IF(Category = "How-to-Guides",3,’days')
I have this formula that is working: IF({Start date},DATETIME_FORMAT(DATEADD({Start date},14, 'days'),'MM/DD/YYYY'),"")
I want to incorporate these conditions to it:
IF(Category = "Playbooks",14, 'days')
IF(Category = "How-to-Guides",3,’days')
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.