• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

HELP!

Not a great thread title, is it? Doesn't tell us much about your issue. Just imagine if every thread started with "Help!"!!!

=IF(COUNTIF(A1:G1,"F")=COLUMNS(A1:G1),"Fail","Pass")

Or maybe you want this:

=IF(COUNTIF(A1:G1,"F")>0,"Fail","Pass")
 
Or, this one in a bit shorter :

=COUNTIF(A1:G1,"F")

and, Custom cell format, enter : [=]"Pass";"Fail"

Regards
Bosco
 
Last edited:
Back
Top