Looking for formula to have auto numbers, that subtasks inherit the main task job number
Hello,
I am looking for an auto number formula that will have subtasks created in card view auto inherit the parent's job number for every card created. My workplace has a very old sheet that I believe does this but in grid mode and I am not sure how to re-create the effect. The column is a text/number format instead of auto number type. And if it can auto collapse it would be helpful.
Thanks in advance!
Old sheet
Trying to set it up here.
Answers
-
You would need to put this formula in your Primary Column (it looks like your "Page" column in the second screenshot).
=IF(COUNT(ANCESTORS()) = 0, [Auto-Number Column Name]@row, PARENT([Auto-Number Column Name]@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 522 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!