how do i , in excel, validate that a range of cells are not empty?

like,

for each cells in cells(A4:c5)
if not cells(i) = "" then

?