Проверка свойств и значений functions
[ ] indicates optional parameters
ЕЛОГИЧ(значение)Returns ИСТИНА if the value is a logical value, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the value is the error #Н/Д, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the value is not a string, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the number is odd, otherwise ЛОЖЬ.
число | The number you want to check. |
Returns ИСТИНА if the value is an error other than #Н/Д, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the value is an error, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the value is a reference to an empty cell, otherwise ЛОЖЬ.
значение | The cell whose value you want to check. |
Returns ИСТИНА if the value is a reference, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the value is a string, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns ИСТИНА if the number is even, otherwise ЛОЖЬ.
число | The number you want to check. |
Returns ИСТИНА if the value is a number, otherwise ЛОЖЬ.
значение | The expression whose result you want to check. |
Returns information about the current spreadsheet.
тип_информации | The type of information you want returned. The possible values are: | ||||||||||||||||||||
|
Returns the error value #Н/Д.
Returns the number of blank cells in a range.
диапазон | The reference of the cells you want to check. |
Returns a number corresponding to the type of the value.
значение | The value, or cell containing the value, that you want to check. | ||||||||||
The returned values are: | |||||||||||
|
Returns a number corresponding to the type of the error.
значение_ошибки | The error value, or cell containing the error value, that you want to check. | ||||||||||||||||
The returned values are: | |||||||||||||||||
|
Returns a number corresponding to the input value, or 0 if the input value is a string. You should not need to use this function, as values are automatically converted where necessary when they are used in formulas.
значение | The value you want as a number. |
ЯЧЕЙКА(тип_информации, [ссылка])
Returns information about a worksheet cell.
тип_информации | The type of information you want returned. The possible values are: | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
ссылка | The cell about which you want information. If this parameter is omitted it defaults to the cell containing the formula. |