Difference between revisions of "Manuals/calci/ISEMPTY"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
*[[Manuals/calci/ISMONTH | ISMONTH ]] | *[[Manuals/calci/ISMONTH | ISMONTH ]] | ||
*[[Manuals/calci/ISBLANK | ISBLANK ]] | *[[Manuals/calci/ISBLANK | ISBLANK ]] | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/ISNA | ISNA ]] |
==References== | ==References== |
Revision as of 13:40, 20 September 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
- =ISEMPTY ()=true
- =ISEMPTY (" ")=false
- =ISEMPTY (1)=false
- =ISEMPTY ("a")=false
See Also
References