Please could you help me to understand how to make this work?
Thank you!
IF(NOW(IS_AFTER({Announcement Start Date}&IS_BEFORE({Announcement End Date}, ‘ACTIVE’, ‘INACTIVE’))))
Please could you help me to understand how to make this work?
Thank you!
IF(NOW(IS_AFTER({Announcement Start Date}&IS_BEFORE({Announcement End Date}, ‘ACTIVE’, ‘INACTIVE’))))
Best answer by Dimitris_Goudis
hey @Shonet_Hockley,
your whole formula has many issues. please try the following one:
if(and(is_after(now(),{your date field}),is_before(now(),{your date field})),‘Active’,‘Inactive’)
please feel free to text us back if you have any other issue.
Yours sincerely,
Dimitris Goudis
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.