Skip to content

Information functions

swmal edited this page Dec 10, 2012 · 4 revisions

IsBlank

Tests if a cell is blank.
Example: IsBlank(A1)

IsNumber

Tests if the supplied expression or reference is numeric.
Example: IsNumber(A1)

IsError

Returns true if the supplied reference or value returns an error.
Example: IsError(A1)

IsText

Tests if the supplied reference or value is text.
Example: IsText(A1)


Home

Clone this wiki locally