Difference between revisions of "Manuals/calci/IS FUNCTIONS"

From ZCubes Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
**<math>n</math> refers to a logical value.
 
**<math>n</math> refers to a logical value.
 
*[[Manuals/calci/ISNA| ISNA(n)]]
 
*[[Manuals/calci/ISNA| ISNA(n)]]
**<math>n</math>refers to the NaN error value.
+
**<math>n</math> refers to the NaN error value.
 
*[[Manuals/calci/ISNONTEXT| ISNONTEXT(n)]]
 
*[[Manuals/calci/ISNONTEXT| ISNONTEXT(n)]]
 
**<math>n</math> refers to any item that is not text.
 
**<math>n</math> refers to any item that is not text.

Revision as of 06:18, 11 December 2013

ISFUNCTIONS(n)


  • is the number

Description

  • This function is a group of Information Functions that can be used to find out information about a specific.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • These functions are simple data validation and data type checking functions.

The ISFUNCTIONS are listed below:

  • where is value to check with the function.

The can be any type like empty cell, Boolean values,text,non text,number,reference-value or name referring to any of these.

  • This function will give the result as either TRUE or FALSE according to the value.
  • This function will not convert any numbers from text.
  • For e.g. "20" is normally converted as a number 20. But in ISNUMBER("20") will return FALSE, because "20" will not convert in to number.