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.
-
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
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!