How to Assign Contacts in Rotation?
Hi!
I'm currently creating a ticketing system where different types of tickets will be assigned to different technicians. I have automations set up for most of the ticketing types, but two types (Radios and Support Request) need to be rotated between two technicians.
How can I accomplish this?
Answers
-
Hi,
You can create a Row Number column that is an auto number, so that each row has a unique number. Then you can create a Technician Number column that uses the Row Number to generate a 0 or a 1. If the number is 0, assign it to technician 1, if the number is 1 then assign the row to technician 2.
This is the Technician Number formula:
=MOD([Row Number]@row, 2)
This is what the sheet looks like:
This is what the automation looks like:
Will this solve the problem?
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com)
SSFeatures - The browser extension that adds more features into SmartSheet.
- Report PDF generator that supports grouped and summarized reports
- Automatic sorting, sorting with filters, saving sort settings
- Hiding and unhiding columns, and spell checking
-
This will not solve my problem. I am currently using the auto numbering for the Ticket ID. Also, There are other technicians for different Ticket Categories. Only the Radios and Support Requests will rotate between two technicians. Each other Ticket Category will have a dedicated technician.
Do you have any other ideas for solutions?
Help Article Resources
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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!