Hi I have 3 statements that i need nested into 1 formula. Hope someone can help. Or can someone help me with a better formula to search for any of these 3 words in a text field (Wrong or Missing or Damage) and return the same (Wrong or Missing or Damage) in another cell in case it finds any of these 3 words.

=IF(ISNUMBER(SEARCH("Wrong",C2)),"Wrong","Not an OFQ")
=IF(ISNUMBER(SEARCH("Missing",C2)),"Missing","Not an OFQ")
=IF(ISNUMBER(SEARCH("Damage",C2)),"Damage","Not an OFQ")