Find certain text in a column and return statement

  • Thread starter Thread starter TelecomAuditor
  • Start date Start date
T

TelecomAuditor

I need help writing a formula that says if column AH (for example),
contains the text "schedule AK", then display a statement such as "not
found in contract".

The cells will have about 29 characters and this text appears at the
very end.

I'm sure this is pretty simple for someone out there, but I've banged
my head against the wall researching this. Seems that VLOOKUP and such
only applies to the first column.
 
Try this:
=IF(COUNTIF(AH:AH,"*schedule AK")>0,"not found in contract","")
 

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