ISBLANK Operation
How to use the ISBLANK operation in formulas
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
What's Next?
- Learn more about how to write formulas
- Check out the AND operation
- Check out the IF operation