Levels formula
Hi all
I am new to smart sheets, and I was after the formula for Levels and cross-referencing % to give a result.
I have the following code in levels, but I need this to be more intelligent.
=COUNT(ANCESTORS())
This returns the Uppermost parent as 0, Next level as 1, last level as 2.
Is there a way of looking at the % column to evaluate if <100% then if so
Return the Uppermost parent as 0.1, Next level as 1.1, last level as 2.1
If = to 100% then leave as is?
This will allow me to report the metrics to show complete and incomplete projects to team members.
Also, is there a way to add to the full column, so I don't need to copy the formula down when I add new rows and projects?
Many Thanks
Best Answer
-
Hi , Thanks for your reply but I don’t think this is the correct format that I need.
Is there a way to do do the following Numbering in projects.
1 as Ancestor
2 as Parent
2.0 as first child
2.1 as Second child
........etc
3 as second parent if found
3.0 as first child
3.1 as Second child
........etc
1 as new Ancestor if new group started
thanks
Answers
-
I usually add another version of your formula.
Something like this.
=IF(COUNT(CHILDREN([Task Name]@row)) > 0, COUNT(ANCESTORS()) + 1)
You can modify it, and as long as you're not referencing a specific row number, you can convert it to a Column Formula that would autofill for new rows.
Make sense?
Would that work/help?
I hope that helps!
Have a fantastic week & Happy Holidays!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi , Thanks for your reply but I don’t think this is the correct format that I need.
Is there a way to do do the following Numbering in projects.
1 as Ancestor
2 as Parent
2.0 as first child
2.1 as Second child
........etc
3 as second parent if found
3.0 as first child
3.1 as Second child
........etc
1 as new Ancestor if new group started
thanks
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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!