Sheet ID as value in Cell
Is there a formula (or some other method) of automatically having Smartsheet input the Sheet ID into one of the cells on the sheet?
Answers
-
Hey @Ramsay Zaki
If you're looking for a way to automatically extract the sheetID into a cell without having to manually determine it first, no, there currently isn't a way.
If you're looking for a way to add the sheetID into a field after you had looked up the sheet ID from the File properties File>Properties>SheetID, you could add the sheetID to a helper column field using an IF formula
=IF([Primary column]@row<>"", sheetID)
making sure to change the [Primary column] name to your actual column name and the sheetID to your actual sheetID. Alternatively, you could substitute any of the system-generated fields instead of the [primary column]
Would this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!