Hello I am trying to build a formula that takes in consideration boxes that are checked off. Not sure how this would be formatted in the formula text, I will note I am referencing another sheet.
This is what my formula currently looks like.
=COUNTIFS({2022 Committed Project}, @cell = "Is Checked", {Phase}, @cell = "Completed")
Any guidance is appreciated!