📅  最后修改于: 2020-12-03 04:52:43             🧑  作者: Mango
信息功能提供有关Excel工作表中单元格的内容,格式和位置的信息。
下表列出了所有信息功能-
S.No. | Function and Description |
---|---|
1 | CELL
Returns information about the formatting, location, or contents of a cell |
2 | ERROR.TYPE
Returns a number corresponding to an error type |
3 | INFO
Returns information about the current operating environment |
4 | ISBLANK
Returns TRUE if the value is blank |
5 | ISERR
Returns TRUE if the value is any error value except #N/A |
6 | ISERROR
Returns TRUE if the value is any error value |
7 | ISEVEN
Returns TRUE if the number is even |
8 | ISFORMULA
Returns TRUE if there is a reference to a cell that contains a formula |
9 | ISLOGICAL
Returns TRUE if the value is a logical value |
10 | ISNA
Returns TRUE if the value is the #N/A error value |
11 | ISNONTEXT
Returns TRUE if the value is not text |
12 | ISNUMBER
Returns TRUE if the value is a number |
13 | ISODD
Returns TRUE if the number is odd |
14 | ISREF
Returns TRUE if the value is a reference |
15 | ISTEXT
Returns TRUE if the value is text |
16 | N
Returns a value converted to a number |
17 | NA
Returns the error value #N/A |
18 | SHEET
Returns the sheet number of the referenced sheet |
19 | SHEETS
Returns the number of sheets in a reference |
20 | TYPE
Returns a number indicating the data type of a value |