Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I have an approval request setup in my sheet, and an age column where I am tracking the number of days since the approval request was sent out. I need a method to mark the whole project tree "Closed" if any of the children's requests for approval's "age" is over (2) days
Hi aaboueid,
I'm still not clear how your sheet is setup but is the following what you're after?
=IFERROR(IF(MIN(CHILDREN([Approval Request Date]1)) < TODAY() - 2, 1, 0), "")
You could add some conditional formatting for the row based on the value in the Closed column.
Thanks Chris, this worked flawlessly!
Chris, on closer observation, it is working perfectly if there are no grandchildren, please see screenshot, the issue for review is (3) days old, I need the grandparent "LC Lemle" to be marked closed in the P_Closed column, not just the direct parent "Specs & Drawings"
Here is the formula in P_Closed column:
=IFERROR(IF(MIN(CHILDREN(Age@row)) > 2, 1, 0), "")
My pleasure. It's probably best to adapt what you have already instead of re-working it. How are you calculating the Age column? I'd tackle this by looking for:
=IF(COUNT(CHILDREN(Age1)>0,MAX(CHILDREN(Age1), FALSE) with FALSE being whatever formula you're already using in Age to come up with the 3 value.
You could also add another column to identify which rows are parents or children and use that in your formula to determine which Age value to check against.
Here is the function in the Age column:
=IF(ISBLANK(Issued@row), "", NETWORKDAYS(Issued@row, TODAY()))
And we have an"Is_Parent" check box column identifying parent rows
Is there a way to revert to the old dashboard look and feel. The new dashboards do not look good at all. There is no way of knowing if there are additional items in the widgets until you scroll over one to learn there is more to it since the vertical bar doesn't show. We have hundreds of dashboards and they will all need…
When i try to send or print the timeline view instead of showing the progression bars like they do on the screen it only send the data entered and not a graph type view to print. Is there a way to do this. I am using a mac platform if that helps.
Please assist me, I am having trouble with my smartsheet, I am on a paid pro plan, with 5 paid members, but neither I or my members can access or edit sheets. When I try to share the sheet, it says that I only have viewer access. My team members cant access the sheets at all. I renewed my subscription recently and it seems…