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
- 64.9K Get Help
- 441 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives