Need Help with a Formula to Help Generate Chart Widget in Dashboard
Hey Folks,
I'm trying to create a Chart Widget to show Metrics for how many lines are down due to specific inoperable Status type and thought I had this worked out but am struggling to generate that formula to do just that. So in essence, pull in a Count that references a specific building for how many of any Status type I'm choosing to display in the Chart Widget (ex./ Not Started; In Process etc) for that building. I fiddled with a few formulas including this one: =COUNTIF([Bldg 40]:[Bldg 40], {All Line Updates: Status}@row = "Not Started") as well as the ones in the screenshot below and thought they would do the trick but it isn't pulling up the correct Counts in my Metric feeder sheet.
Here below are some screenshots:
1. Main Sheet collecting Lines and their Status updates
2. Metrics Feeder Sheet for help in Chart Widgets displays
3. Dashboard:
Best Answer
-
Try something more like this:
=COUNTIFS({Source Sheet Bldg Column}, @cell = 40, {Source Sheet Status Column}, @cell = "Not Started")
Answers
-
Try something more like this:
=COUNTIFS({Source Sheet Bldg Column}, @cell = 40, {Source Sheet Status Column}, @cell = "Not Started")
-
Paul …. THANK YOU sir !
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!