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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!