This function is used to test a value weather it is LOGICAL or ILLOGICAL. If this function founds a value as LOGICAL according to Microsoft Excel then it returns TRUE otherwise it returns FALSE.
The Syntax:
=ISLOGICAL(value)
Example:
I'm trying to write an IF formula that will take the logic from 3 different cells A2, B2 and C2 cell, where A2 = 13, B2 = and operator "<" (Less Than) and C2 = 51. If I type =IF(A2
Image 1: Trying to write a formula from this values
Now here are some examples:
Image 2: ISLOGICAL() Examples