Determines if value(s) are empty strings
Last updated 2 years ago
ISEMPTY(string)
string
Returns a boolean indicating whether a given row is an empty string.
Input
Description
String to evaluate.
Returns true if the value is an empty string, returns false if the value is not an empty string.
true
false