I need the formula below to calculate if this sequence occurs 3 times instead of just once. How could this formula be revised?
=SUMPRODUCT(--($F$342:$F$372=8),--($G$342:$G$372="O"),
--($H$342:$H$372="O"),--($I$342:$I$372="E"),
--($K$342:$K$372="L"),--($L$342:$L$372="M"),--($M$342:$M$372="H"))
=SUMPRODUCT(--($F$342:$F$372=8),--($G$342:$G$372="O"),
--($H$342:$H$372="O"),--($I$342:$I$372="E"),
--($K$342:$K$372="L"),--($L$342:$L$372="M"),--($M$342:$M$372="H"))