If a cell is not blank in a range

Range Reference:
Value if not blank:
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 blank:
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(COUNTA(C5:E5)>0,"Has Value","No Value")
=IF(COUNTA(C5:E5)>0,"Has Value","No Value")