If a range contains a specific value by row

Specific Value:
Range:
Value if range contains the specific value:
if the value that you want returned is a text value, you will need to include the quotation marks around the value. However, if you want to return a numeric value or referencing to a cell then there is no need to include the quotation marks.
Value if range does not contain the specific value:
if the value that you want returned is a text value, you will need to include the quotation marks around the value. However, if you want to return a numeric value or referencing to a cell then there is no need to include the quotation marks.
Formula:

=IF(ISNA(VLOOKUP(C5,C8:C14,1,FALSE)),"No","Yes")
=IF(ISNA(VLOOKUP(C5,C8:C14,1,FALSE)),"No","Yes")