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
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.
Comments
-
Hi Beka,
You may want to add an IFERROR in front of your formulas:
=IFERROR(IF([Flag]1 = 1, TODAY()), "")
The above formula returns blank if there is an error, which typically includes referencing a cell that is blank. More on the function here: https://help.smartsheet.com/function/iferror
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 405 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives