Manuals/calci/ISLOGICAL
Jump to navigation
Jump to search
ISLOGICAL(Value)
where,
Value - represents the value in cell.
If cell having true or false, ISLOGICAL returns 1.
ISLOGICAL
Lets see an example in (Column1, Row2)
=ISLOGICAL(R1C1)
ISLOGICAL returns 1.
Cosider an another example
=ISLOGICAL("GFSJH")
It returns 0.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | true | 0 | 0 | 0 |
Row2 | 1 | 0 | 0 | 0 |
Row3 | 0 | 0 | 0 | |
Row4 | 0 | 0 | 0 | 0 |
Row5 | 0 | 0 | 0 | 0 |
Row6 | 0 | 0 | 0 | 0 |