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 !
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!