Column B - Cell contains either Yes or it's Blank
Columns Q to AD - Cells contain either Yes, Standby or Blank
If Columns Q to AD contains a Yes, return Yes (ignore Standby), however, if Column B has a Yes, return No.
I've been playing with the following formula, but it's not producing the desired result
=IF(COUNTIF(Q3:AD3,"*"&"Yes"&"*"),"Yes",IF(B3="Yes","No"))
Thanks for the help!
Bookmarks