ISBLANK Operation

How to use the ISBLANK operation in formulas

Definition

Example

Syntax Guide

Formula In Use

 


Definition

The ISBLANK operation tests if a field is empty or not. 

 


Example

ISBLANK('')

Result:
true

 


Syntax Guide

ISBLANK (value)

value - The value to test

 


Formula In Use

ISBLANK


What's Next?