We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tests if a cell is blank. Example: IsBlank(A1)
Tests if the supplied expression or reference is numeric. Example: IsNumber(A1)
Returns true if the supplied reference or value returns an error. Example: IsError(A1)
Tests if the supplied reference or value is text. Example: IsText(A1)
Home