check if a cell is empty code example
Example 1: excel check if cell not empty
IF(A1<>"","Not empty","Empty")
Example 2: HOW TO SAY IF A CELL IS NOT EMPTY INEXCEL
=IF(D5<>"","Done","Not done")
IF(A1<>"","Not empty","Empty")
=IF(D5<>"","Done","Not done")