ISBLANKSuggest EditsChecks whether the field's value is empty. Parameters value String (required) - Field value to check. Returns Boolean Examples ISBLANK("") // returns true ISBLANK("Test") // returns false Updated almost 2 years ago Did this page help you?YesNoTable of Contents Parameters Returns Examples