if statement

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

Guest

I have a row of cells (a54:g70) that I would like to say if they have any
text in them to "fix errors", and if no text say "okay". I have tried to do
this and I keep coming up with a value. What am I doing wrong. Any help is
greatly appreciated.
 
Try this:

=IF(COUNTIF(A54:G70,"*?")>0,"Fix Errors","Okay")
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


I have a row of cells (a54:g70) that I would like to say if they have any
text in them to "fix errors", and if no text say "okay". I have tried to do
this and I keep coming up with a value. What am I doing wrong. Any help is
greatly appreciated.
 

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