Sheet Row IDs

Is there a way to customize the Row ID such that the prefix can be dependent on the date? For example, set prefix to "YYYY - " which means "2024 -" since the creation date is in 2024.
Answers
-
You cannot add a formula to the Prefix.
Leroy Noriega | Smartsheet SME | Independent Smartsheet Consultant
Core App, Project Management and System Administrator Certified🏅
E: leroy.noriega@yahoo.com | Linkedin Profile
-
Create Your ROW ID without prefix. Create another column with the formula below, combining the creation date and the row ID. Replace column names as needed.
=YEAR([Creation Date]@row) + " - " + RowID@row
...
-
@heyjay - It looks like this formula will require 3 columns. One for RowID, one for Creation Date and one for that formula specifically. Am I understanding this correctly?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!