Auto Numbering / System
Hi,
I am wondering is there a way to have an auto numbering column where the display format is dependant on the value of another column.
I have a "Type" column that is a dropdown with "Action" and "Decision" as the values. I would like the Auto number to display A-001 if this column is "Action" and D-001 if it is "Decision".
Where it gets difficult is that the number counts must count the occurrences separately. (See the attached screenshot for an example).
If there is a way of formulating this, I would be very grateful to see how it would work.
Thanks!
Comments
-
You will need to write a formula for this. Try something along the lines of...
=LEFT(Type@row) + "-" + COUNTIFS(Type$1:Type@row, Type@row)
.
NOTE: The $ is used intentionally to lock the row 1 reference, and the @row reference is integral to making this work as well.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives