RAID Log - Numbering
I have a column entitled 'RAID' with dropdown options: Risk, Action, Issue, Decision, and a column entitled 'Auto' which is a column type Auto Number starting at number 1 (no prefix or suffix). This Smartsheet has a form. When a user completes the form, they will select 1 of the 4 RAID drop downs, they submit the form and the entry get's logged at the top of the Smartsheet where the 'Auto' column will automatically number that row. For each RAID option logged, regardless of the sequencial number assigned by the Auto column, that I have a seperate column that numbers it... for example, if user X logged 2 Risks and 2 Issues the system will assign these R1, R2, I1 and I2 regardless of the number assigned by the Auto column.
Answers
-
Do you have a question, or do you have a solution that you are wanting to share?
-
Apologies Paul, I'm in need of a solution.
-
Ok. Try inserting an auto-number column with no special formatting (called "Auto" in this example). Then you can use something like this:
=LEFT(RAID@row) + COUNTIFS(Auto:Auto, @cell<= Auto@row)
If you need the numbers zero filled (R001, R002, R003, etc.), it would look like this:
=LEFT(RAID@row) + RIGHT("000" + COUNTIFS(Auto:Auto, @cell<= Auto@row), 3)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!