IF formula

  • Thread starter Thread starter jmorgs
  • Start date Start date
J

jmorgs

Does anyone know how I can make the IF function work for text? In othe
words, if the word electromagnetics is in cell C3 I want cell C4 to sa
unavailable. HELP
 
One way:

C4: =IF(COUNTIF(C3,"*electromagnetics*"),"unavailable","")
 
=IF(C3="electromagnetics","unavailable","")

HTH
Jason
Atlanta, GA
 

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