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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!