Auto Generate Defect ID
I am using SmartSheet to complete UAT testing. I need to create a Defect IDs whenever a status is updated to Defect. This Defect ID needs to be a unique number so it can be tracked by partners. If the status is updated from Defect, the Defect ID needs to remain in the column. How would I accomplish this?
Best Answer
-
Add an auto number column called number
Then have another column, called defect number, (text/number) with the formula
=IF([Status]@row = "Defect", "Defect " + Number@row, "")
This will give you a defect number, it will stay unique.
Answers
-
Add an auto number column called number
Then have another column, called defect number, (text/number) with the formula
=IF([Status]@row = "Defect", "Defect " + Number@row, "")
This will give you a defect number, it will stay unique.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives