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
- 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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!