Task auto-assignment breaking when projects are manually reassigned
I have a form that the team uses to request work. Once the form is submitted, a vlookup assigns the task based on criteria entered in the form, and that team-member is notified of the work request. Works great. However, the manager of the team sometimes has to manually re-assign work due to work-load issues, etc. When she goes in and manually changes the task owner to the person she wants, the vlookup formula for assigning tasks is removed from that cell. Then, when a new request comes in, the assignment formula is not in the adjacent row, so it does not populate and the project is not assigned.
I'm not sure how to fix this. She will occasionally have to re-assign work. I have created an alert that will let her know if a new project comes in and the Task Owner column is blank. But other than that, is there a way to rectify this issue?
Best Answer
-
Create a second column for the reassignment. Your current assignment column would say something along the lines of
=IF(ISBLANK([Reassignment Column]@row), VLOOKUP(..............), [Reassignment Column]@row)
What this does is uses the VLOOKUP if the [Reassignment Column] is blank, but if it is not blank, it will pull that new assignment.
Your manager would enter the new assignment manually into this new column as needed, and the formula in your current assignment column will remain in place so that auto-fill can continue.
Answers
-
Create a second column for the reassignment. Your current assignment column would say something along the lines of
=IF(ISBLANK([Reassignment Column]@row), VLOOKUP(..............), [Reassignment Column]@row)
What this does is uses the VLOOKUP if the [Reassignment Column] is blank, but if it is not blank, it will pull that new assignment.
Your manager would enter the new assignment manually into this new column as needed, and the formula in your current assignment column will remain in place so that auto-fill can continue.
-
An elegant solution! Thanks! Works perfectly.
-
Happy to help! 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives