Creating Pixel-Perfect Reports > Getting Started with the Reports Tool in the Desktop Application > Building Report > Adding a New Sheet and Working with It > Working with Report Sheet Data > Using Formulas > Function Wizard > Logical Functions > IsNumber
The function wizard for the IsNumber function:
IsNumber(Value)
Value. Checked value.
It checks if the value is number.
It returns TRUE if the value is number, otherwise it returns FALSE.
Numbers, empty cells, logical values, text, cell references, and formulas can be used as a parameter value.
Formula | Result | Description |
=IsNumber(J0:K3) | FALSE | The J0:K3 cell range contains not only numeric values |
See also: