A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Then use the second part of my post - a range of 15 cells with links to the non-contiguous cells.
Or, if there is some other logic that you could use, you could try COUNTIFS, with extra criteria as needed, like
=COUNTIFS(C:C,"COMPLIANT",B:B,"Overall", A:A,"East",F:F,"1st Quarter")
For help with that, though, you would need to describe the structure and logic of your worksheet.