Google-sheets – How to check if a cell is empty if it contains a reference value

google sheets

I want to check a cell of a dropdown list if empty using IFBLANK or IF(A4="","blank","not blank" but always returns false.. How can I overcome this to see if any value chosen or just empty string?

Best Answer

I found countblank() to solve the problem to return either zero or 1.