According to the given scenario, we need to use both “IF” conditional statement and we require to use the built-in function called “Count()”.
The “Count()” accepts an argument which is list of range where it “counts the number of values”. This value is passed to the” if” condition to check whether it has reached the value of 15. If it is greater than 15 then we print “Yes” using true statement and “No” using false statement block.
Since the range of cell is not provided, the below formula has a text called “range”.
D9 = If(count(range)>15, “Yes”, “No”)