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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives