Information functions
CELL Returns information about the formatting, location, or contents of a cell
ERROR.TYPE
返回错误类型 Returns a number corresponding to an error type
INFO
返回当前操作系统的信息 Returns information about the current operating environment
TYPE
返回一个数据类型对应的数字 Returns a number indicating the data type of a value
ISBLANK
返回是否为空 Returns TRUE if the value is blank
ISERR
返回是否为错误(除#N/A) Returns TRUE if the value is any error value except #N/A
ISNA
返回是否为#N/A错误 Returns TRUE if the value is the #N/A error value
ISERROR
返回是否为错误(包括ISERR和ISNA) Returns TRUE if the value is any error value
ISLOGICAL
返回是否是一个逻辑值 Returns TRUE if the value is a logical value
ISNONTEXT
返回是否不是一个文本值 Returns TRUE if the value is not text
ISTEXT
返回是否是一个文本值 Returns TRUE if the value is text
ISNUMBER
返回是否是一个数字 Returns TRUE if the value is a number
N
将一个值强行转化为数字 Returns a value converted to a number
ISEVEN
返回是否是一个偶数 Returns TRUE if the number is even
ISODD
返回是否是一个奇数 Returns TRUE if the number is odd
ISREF
返回是否是一个参考值 Returns TRUE if the value is a reference
NA
返回#N/A错误 Returns the error value #N/A
