How to generate an ID number, incrementing by 1 the last ID number created in previous row?
I have a sheet with already multiple rows created. I have a column with ID numbers for each row. I want to set up an automatic way to generate an ID number for all future rows added.
For exemple, the last row created has an ID number of 2300. How to automatically generate an ID number of 2301 for a new row added?
Best Answer
-
Hey @Nezar Loukili,
Can you just use the Auto-Numbering column built in to Smartsheet? I think if you add that column then save/refresh the numbers should populate.
Otherwise, you could just use the following formula in the next blank row:
=INT([ID number]10) + 1
(the 10 can be changed to whatever the last row that a number is populated in)
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Answers
-
Hey @Nezar Loukili,
Can you just use the Auto-Numbering column built in to Smartsheet? I think if you add that column then save/refresh the numbers should populate.
Otherwise, you could just use the following formula in the next blank row:
=INT([ID number]10) + 1
(the 10 can be changed to whatever the last row that a number is populated in)
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!