Skip to content
Home
Tutorials
Real-World Examples
If a cell is not blank
Update Formula
Parameters
Formula
Cell Reference:
Value if not blank:
Value if blank:
Formula:
=
IF
(
NOT
(
ISBLANK
(
C5
)),
"Yes"
,
"No"
)
=
IF
(
NOT
(
ISBLANK
(C5)),"Yes","No")