Introduction
Returns true if the input is null or blank, and false otherwise.
FORMULA | ISBLANK() |
EXAMPLE FORMULA | ISBLANK(text_col) |
EXAMPLE INPUT | something |
EXAMPLE OUTPUT | FALSE |
Sample Usage
Valid Examples | Invalid Examples |
ISBLANK("gigasheet") | |
ISBLANK("") -> true | |
ISBLANK(Number Column) | |
ISBLANK(Date) | |
ISBLANK(ISBLANK(Text Column)) |
Notes
- ISBLANK will always returns true or false,
See Also
Still having issues? Contact us at support@gigasheet.com
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article