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.
Formula for basis of reminder generation
Hello,
Here is my scenario: I have two directors who need to be notified upon the completion of a form based on their customer. It seems that the easiest way to do so is to utilize the reminders based off the date generated once the checkbox is marked complete.
Right now I have columns with the contact list for the two directors, and the checkbox to mark the completion, in order to help generate these emails. I have started an IF scenario but I'm not sure if it is correct or how to get it to return the value for one or the other of the directors.
Here's where I am at so far:
=IF(AND([Portfolio Director]1 = "Director 1", [Scope Sheet Completed]1 = 1, TODAY(), ""))
This is returning an incorrect argument error. Also I would need to add the additional piece that it would connect for Portfolio Direct 2.
Thanks for any help you can provide.
Comments
-
The error message could simply be caused by the wrong format.
TODAY() requires Date format: Edit column properties by clicking on the top cell and make sure the column format is 'Date'.
-
The error is a misplaced closing paranthesis
=IF( AND ( criteria1, criteria2 ) , TODAY(), "" )
Craig
-
thank you for all your help
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives