Auto numbering column
I am trying to do the same autogenerating reference numbers using a column that it is like the project class (What is it?) and the reference date will be the created column date that automatically assigned by system when the item is added.
What i want in column Auto Ref Test that Generate the first Letter of "What is it?" column, in this case is R, after that i need a sequential number starting with 0001 and after the year in column "Created"
I followed the formula some formula that i saw in the forum, not sure if this one is the one but even that is giving me an error.
=LEFT([What is it?]@row + "-" + COUNTIFS([What is it?]$1:[ What is it?]@row, [What is it?]@row, [Created]$1:[ Created]@row, YEAR(@cell) = YEAR([Created]@row)) + "-" + RIGHT(YEAR([Created]@row), 2)
If you can recommend a formula to input that help me to create what i am trying i appreciate in advance
Best Answer
-
I believe we have a solution in the other thread you are commenting on.
Answers
-
I believe we have a solution in the other thread you are commenting on.
-
There were 2 parenthesis missing in the formula, now is working
I leave it here in case somebody needs it as example
=LEFT([What is it?]@row) + "-" + (COUNTIFS([What is it?]$1:[What is it?]@row, [What is it?]@row, Created$1:Created@row, YEAR(@cell) = YEAR(Created@row)) + "-" + RIGHT(YEAR(Created@row), 2))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!