...In lieu of making this work, I simply employed an additional logical test column H and used this successfully:
=COUNTIFS($H:$H,"=TRUE",$C:$C,"*PREVENTIVE MAINT*")
I realized I could do this initially, but was seeking a method without using an additional column. What I was originally...