=IF(ISBLANK(Q22),"FAIL",COUNTif(C27:Q27)"=>"&$Q$22),IF(COUNTIF(C27:Q27,">"&$O$18),"FAIL","PASS")
I think I got myself twisted up here. The idea is to replace one of the Pass/Fail columns on the right with a code that leaves the portion IF(COUNTIF(C27:Q27, ">"&$O$18), "FAIL", "PASS") intact while adding an additional statement that if the required number of cycles has not been met, then the test fails.
I'd like the make the required cycles mandatory by failing the test if not filled, and I'd like to see if the number of cells filled in does not meet the required cycles, then it fails. THEN, if those conditions are met, we go to the statement above to score the test.
I think I got myself twisted up here. The idea is to replace one of the Pass/Fail columns on the right with a code that leaves the portion IF(COUNTIF(C27:Q27, ">"&$O$18), "FAIL", "PASS") intact while adding an additional statement that if the required number of cycles has not been met, then the test fails.
I'd like the make the required cycles mandatory by failing the test if not filled, and I'd like to see if the number of cells filled in does not meet the required cycles, then it fails. THEN, if those conditions are met, we go to the statement above to score the test.