Sign in to join the conversation:
In my sheet I would like the 'Status Level' column to autochange to 'Complete' when the checkbox for completed is checked off. Is there a formula to so this with?
While there potentially is a way to set this do what you are asking, the challenge will come with if you or someone else changes the dropdown status. It would be easier to have the checkbox for complete auto check when the dropdown says complete. If you populate a dropdown field with a formula, then manually choose a dropdown option, it will overwrite the formula and would stop working. I would stick with marking items as complete via the dropdown or come up with a method for checkboxing the other status' so that no one is manually setting any of the dropdown statuses. Does that make sense?
While this post does not speak directly to your request, the concept and solution are the same.
http://ronin-global.com/2016/12/11/smartsheet-fixed-date-upon-completion/
Craig
So using Zapier, a paid third-party application, you can complete your request.
I'm looking to create a formula that will count the number of overdue tasks. This is based on the "assigned to", "status" and "due date". My current formula is =COUNTIFS({[Sheet Name]}, <TODAY(), {[Sheet Name]}, ="[Assigned To]"). However, this is pulling tasks that are due in the past, but are completed.
In the above image the green is the parent line, where some are calculating the child line %'s below, however in the lower half of the image it's not doing so. Any suggestions please? Thanks!
I have a sheet where I query 14 other sheets to collect all sorts of data (unique values from sheet into a column) and in another column I use an Index distinct collect to get all the unique value from those 14 columns, this is the 'Index' column. At some point a user will want to generate a certificate associted with the…