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:
Is there a formula that would count the number of cells where a Done check is not completed but only when another columns due date is in the past?
The goal is to count how many past due tasks I have. Does anyone know the best way to accomplish this?
=countifs([Done Check Column Name]:[Done Check Column Name], 0, [Due Date Column Name]:[Due Date Column Name], >Today())
Should give you a count of everything that is not checked and is in the past.
Hello everyone, I'm building an automated Above Ceiling Work Permit process for our hospital and have almost everything working. I'm hoping someone can tell me if the final step is possible using native Smartsheet features. My current workflow A contractor scans a QR code and completes a Smartsheet Form. The form creates a…
I am using the new "linked" column for a dropdown on my sheet. Is there any way to sort the dropdown options? I have sorted them on my source sheet, however it doesn't update in the dropdown.
I am building out my sheet summary from a schedule. I have a Parent Row column and all of my parent rows have a checkbox. I want a formula that looks at the first checkbox and looks at the status. If status is Complete, that summary field would then indicate that the Project is in Definition. If the status is In Progress…