Answers for "if statement excel if cell is not blank, says yes"

5

excel check if cell not empty

IF(A1<>"","Not empty","Empty")
Posted by: Guest on May-26-2020
0

if cell is blank

=IF(A1="","blank","not blank")
Posted by: Guest on July-14-2021

Code answers related to "if statement excel if cell is not blank, says yes"

Browse Popular Code Answers by Language