ISBLANK

Modified on Wed, 1 May at 11:39 AM

Introduction

Returns true if the input is null or blank, and false otherwise.


FORMULA

ISBLANK()

EXAMPLE FORMULAISBLANK(text_col)
EXAMPLE INPUTsomething
EXAMPLE OUTPUTFALSE


Sample Usage


Valid ExamplesInvalid 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article