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 am trying to display a chart on a dashboard that displays Complete vs incomplete items using a single column on one sheet as a source. Should I create a report, then generate a metric widget? What is the best way to do this?
What i do is make another "Utility" sheet and use a COUNTIF()/ COUNTIFS() formula.
IE
Completed Items
=COUNTIF({Sheet Range 1}, "Completed")
Incomplete Items
=COUNTIF({Sheet Range 1}, "Incomplete")
After that use the Metric widget and display those items. It will auto update after you make changes in your sheet which is nice.
If you want more criteria use COUNTIFS() Like Completed items that are in "X" Department or whatever.
Michael
Thanks Michael!
How to use Smartsheet AI/automation to automically write project status?
I'm looking for a way to attach notes to a sheet that isn't attached to a specific row. Rows for many of my sheets are cleared out in preparation for the next iteration of the project, and I need a notes/comments field that remains with the sheet even when the rows do not.
I have a workspace that I am looking to move items from into a new workspace. The reason I want to do this is becasue there are individuals that have access to the original workspace that do not need access to everything that is currently in the workspace. In the original workspace is a MAIN document that holds all…