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
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives