Sign in to join the conversation:
Where can I find the team charter template shown on the attached screenshot?
Hi,
Here you go.
Please see the attached link/screenshot for more information.
Team Charter Template
Happy New Year!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Here is a very simple automation which says that if a row is added or changed, and the value of Status is blank or 'On Hold', then change it to 'Backlog'. Now i add two rows, first has status blank, and second has status 'On Hold'. The automation changes the value of second row and not the first. Anyone has an idea why? Is…
Dear all, I have set up an automatic email notifications which should be sent once any cell of a row has been changed. The problem is that the email contains all columns and not only the columns with added or changed cells. Is there a possibility that only the affected columns (all columns which have been filled in and not…
Currently have a field in my sheet summary with this formula: =COUNTIFS(Finish:Finish, <=TODAY(+14), Finish:Finish, >=TODAY(), [Helper Parent Column]:[Helper Parent Column], <>"", Status:Status, <>"Complete") I would like to add if the Status is "Not Needed". How do I modify the formula?