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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!