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 would like to add up all the action items on my Action Item log that are Past Due so I can show this on my project dashboard. How do I construct the COUNTIF statement to achieve this?
Thank you from the newbie!
I don't use COUNTIF, only COUNTIFS
https://help.smartsheet.com/function/countifs
column references are like this:
[Column Name]:[Column Name]
something like
=COUNTIFS(date-column, @cell < TODAY())
should get you started.
Craig
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…