Formula to calculate numbers of checked/unchecked occurrences in dashboard

Anna RDA
Anna RDA
edited 12/16/24 in Formulas and Functions

I'm trying to create a dashboard widget that shows the our number of media articles by project, broken into those that mention our organisation vs those that only mention the project.

Something along these lines, but instead of "Totals" / "Column 3" these would be RDA Mention / Project Mention

I created the above using this set up in a helper sheet:

However, I want to pull the data from this sheet with the first column indicating projects with a check next to them, and the second column the projects with the checkbox blank:

I can get the total number of project mentions with this formula: =COUNTIF({Media Mentions Overview 2024-2025 Range 5}, "Study Hub")

And I can also get the total number of checked boxes with this formula: =COUNTIF({Media Mentions Overview 2024-2025 Range 6}, "1")

But I can't figure out how to then only count instances for each project where the RDA Mention checkbox is either checked, or unchecked.

I've tried this formula, updating the reference range to include both columns, but to no avail: =COUNTIFS([Project]:[Project], "Study Hub", [RDA Mention]:[RDA Mention], 1)

I've also tried: =COUNTIFS({Project Range}, "Study Hub", {RDA Mention Range}, 1) and selecting both columns in the page for the reference range, but I'm not sure if I need to include row numbers somewhere here in the {Project Range} field.

Things are either coming back invalid ref or unparseable.

Am I trying to achieve something that can't be done, or do I need to set my sheet up another way? Any assistance would be very much appreciated 😊

PS - also going on leave for Christmas/NY at the end of this week, so apologies if I don't reply to anyone straight away.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!