Difference between revisions of "Manuals/calci/ISEMPTY"

From ZCubes Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
#=ISEMPTY (1)=false
 
#=ISEMPTY (1)=false
 
#=ISEMPTY ("a")=false
 
#=ISEMPTY ("a")=false
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 06:16, 14 March 2017

ISEMPTY(n)


Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • ISEMPTY function can be used to check for blank or null values.
  • This function will return the result as TRUE when given value or referred cell is empty otherwise the result is FALSE when the cell is nonempty.
  • The argument can be blank, or it can contain data such as text, numbers, error values, or logical values.

Examples

  1. =ISEMPTY ()=true
  2. =ISEMPTY ("")=false
  3. =ISEMPTY (1)=false
  4. =ISEMPTY ("a")=false