Sign in to join the conversation:
I can't seem to set up an alert when a specific child row is changed to 100%. The alert trigger will allow me to select the column but not the name of a child row in that column. What am I doing wrong?
Hello
You aren't doing anything wrong!
Maybe the trigger could do with a further condition to narrow down the records that meet true with the first condition of Status = 100%. If you only want a subset of that column to meet true then you need to add another condition.
For example you could set up a column called Ancestors. The formula for this new column could look up the Ancestor level for the status cell in each row. This would return a 0 if there is no parent (i.e. top row of sheet, or a non indented row) a 1 if there were a parent, a 2 if there were a grandparent etc.
So, if you set up this column, you could get your trigger to alert when the status cell hits 100% AND the Ancestor value for the same row is >=1 (or whichever level you require)
The function for the Ancestors column (assuming the status you are talking about is called Status) would be:
=COUNT(ANCESTORS(Status@row))
Hope this helps.
Kind regards
Debbie Sawyer Consultant & Training Manager
Smarter Processes mean happy people in successful businesses
Selecting the entire column for the trigger simply means that any time ANY row within that column changes to 100%, the alert will trigger. If you only want a few specific rows within that column to send an alert and not all rows as they change, you will need to do something similar to what was suggested above. You will need to find some way to specify which rows you want the trigger to alert on and then build that condition into your rule.
The suggestion above will trigger for all but the highest level of hierarchy (no indentation). Using the ANCESTORS function will help narrow it down to certain levels of indentation, but if you still want only a few of those rows to trigger the alert, you will still need to find additional means of ID'ing the rows you want to trigger on.
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Have any of you created a Smartsheet that would show the savings for a project by the month? In other words, if I saved $1200 annually and the project ended in say March, then the savings would go $120 per month, Mar 2025-Feb 2026. I have done it on Excel sheets manually, but I think there should be a way to do it with…
I have had approval workflows and notifications built into a couple sheets for about a year now. In the past month, I am getting a lot of feedback saying people did not receive the email request for approval or notification email. It isn't all the time, just sometimes and there does not seem to be a pattern on which ones…