Determines if value(s) are empty strings
Last updated 1 year ago
Was this helpful?
ISEMPTY(string)
string
Returns a boolean indicating whether a given row is an empty string.
String to evaluate.
Returns true if the value is an empty string, returns false if the value is not an empty string.
true
false