Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

adding conditions to recurring reminder formula

Beka
Beka
edited 12/09/19 in Archived 2017 Posts

I'm trying to expand on this formula that triggers a recurring reminder (explained here: https://www.smartsheet.com/blog/support-tip-recurring-reminders):

=IF([Flag1]1 = 1, TODAY(), "") 

I want the return value to equal today if the flag is checked and another date cell is in the past. 

I tried a bunch of variations and made this work: 

=IF(AND([Flag1]7 = 1, [Next Action Date]7 < TODAY()), TODAY(), "")

but it returns '#invalid operation' if the flag is unchecked and/or the next action date is blank. 

 

Tags:

Comments

This discussion has been closed.