ISEMPTY

Determines if value(s) are empty strings

ISEMPTY(string)

Returns a boolean indicating whether a given row is an empty string.

Arguments

Output

Returns true if the value is an empty string, returns false if the value is not an empty string.

Example

Last updated