Conditional #auto number depending of rows sub-items or not?
Hi,
I've a sheet grouping requests and tasks in the primary column.
Each "regular" row is a request, which has tasks as sub-items by indent.
I would like an #auto number added only on request rows, and not on task rows (with a positive indent).
Is there some function/formula to do that?
Thanks for your help 😀
Chris
Answers
-
Hi Chris,
Unfortunately the AutoNumber column is a system one so it will always create unique numbers for new rows - does not matter if it's child or parent.
You can create extra column that will distinguish if it's a parent row or children row but it will not increase :(
=if(count(children())>0, 1, 0)
The Real Smartsheet Enthusiast
Is there anything else we can help you with? - book your time!
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!