Checks whether a value is a boolean (for example, checkbox, flag, or star).
Sample Usage
IF(ISBOOLEAN(Done1), "Cell contains a boolean value", "Cell doesn’t contain a boolean value")
Syntax
ISBOOLEAN(
-
value
-
value—The value, typically within a cell, to check.
Usage Notes
- This function is typically used inside of another function, for example: IF, COUNTIF, or SUMIF.