excel function help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

suppose cells A1toE5=grades A,B,C,D,E or U in any combination and U=fail how
do I print "pass" or "fail" thanks in anticipation
 
=IF(COUNTIF(A1:E5,"U")>0,"fail","pass")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top