Manuals/calci/ISNUMBER

From ZCubes Wiki
Revision as of 21:38, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''ISNUMBER'''(Value) where, '''Value''' -  represents the value in cell. </div> ---- <div id="1SpaceCon...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ISNUMBER(Value)

where,

Value -  represents the value in cell.


If cell having value is number, ISNUMBER returns 1.



ISNUMBER


Lets see an example in (Column1, Row2)

=ISNUMBER(R1C1)

ISNUMBER returns 1.

Cosider an another example

=ISNUMBER(C1)

It returns 0.


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 5 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