Cell C1 ="error" if....

  • Thread starter Thread starter DaveMoore
  • Start date Start date
D

DaveMoore

I wish to return the text "Error" in cell C1 if the text "error"
appears in any cell in the range AF3:AF52. Cells in the range
AF3:AF52 contain a formula that reurns "error" if there should be a
problem in that row.
Can anyone advise?
Thanks to all,
Dave Moore
 
Enter the following formula in C1:

=IF(COUNTIF(AF3:AF52,"Error")>0,"Error","")


Mangesh
 

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

Similar Threads

Average Query 5
adding digits with moving decimals 3
Adding numerals with moving decimals 2
listing matches 0
Excel formula 2
Calculated values in a cell 4
IF Statement Help 3
IF Statement Help 7

Back
Top