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
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives