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!
I have created a survey and had to use the Title box in the form builder to ask the question. This question does not display on the grid column. I would like see the question on the grid sheet and be able to print it with the "Title/Subtitle/Description" showing on the printed page. I know I can do a document builder…
Hello, I created a Smartsheet Project yesterday (trial 30 day user). I input all relevant information including due dates, status, priority, etc. I returned from work just now and logged in to update something on the sheet and all info is missing. I can see the Project Folder but all rows are empty. I tried troubleshooting…
I have a portfolio with 1 project template. I created 2 projects from the project template. I realized I need a Project Metadata sheet to facilitate the portfolio reporting I need. So I added a Project Metadata sheet to the project template and manually to the 2 projects previous created from the template. I've confirmed…