I am stuck with a formula. Basically I want to check if a range of cells is blank, and then another cell which has the word "Yes" in it. If all that is true then condition should be a true or false if not.
Here is a breakdown of the tables:
The formula I am using is as follows.
=IF(NOT(COUNTA(O3:T3,W3="Yes),"Yes","No")