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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!