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.
Auto Assign Tasks
I am trying to create a workflow that will change an "assigned to" cell dependent on a number of cell that will be checked, for example:
If the product needs to be delivered to the customer then the "product sent" checkbox is blank triggering a " Assigned to Sales Person" if the checkbox is checked then the "assigned to" cell moves to "Project Manager".
I can use a formula to complete this with a single task but not with multiple.
=IF([Sample Request Submitted]1 = 0, "Sales Person", "Creative Services")
OR
IF([Samples Delivered to Sales/PM]1 = 0, "Creative Services", "Sales Person")
But I can't seem to combine them. Thanks.
=IF([Sample Request Submitted]1 = 0, "Sales Person", "Creative Services"), IF([Samples Delivered to Sales/PM]1 = 0, "Creative Services", "Sales Person")
- Eric
Comments
-
Give this formula a try:
=IF(AND([Sample Request Submitted]1 = 1, [Samples Delivered to Sales/PM]1 = 1), "Project Manager", IF([Sample Request Submitted]1 = 0, "Sales Person", "Creative Services"))
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives