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