Spreadsheet.com Support Functions Information functions ISLOGICAL Returns TRUE if the value is logical. Sample Usage ISLOGICAL("FALSE") ISLOGICAL(C5) Syntax ISLOGICAL(value) value - The value to be checked. Examples ISLOGICAL("FALSE") evaluates to TRUE. ISLOGICAL(C5) returns TRUE if C5 is a logical value.