I am trying to write a composite type formula that says if any cell Z1-AK1 has Y in it then C1 should be Y and it doesn't seem to be working. Here is my current formula
=IF(SUM(COUNTIF(Z1:AK1,"Y")))=12,"Y","N")
=IF(SUM(COUNTIF(Z1:AK1,"Y")))=12,"Y","N")