Funkcji Informacyjne
[ ] indicates optional parameters
BRAK()Returns the error value #N/D.
Returns PRAWDA if the value is a reference, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is the error #N/D, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is an error other than #N/D, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is an error, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is a number, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is a logical value, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is not a string, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns PRAWDA if the value is a reference to an empty cell, otherwise FAŁSZ.
wartość | The cell whose value you want to check. |
Returns PRAWDA if the value is a string, otherwise FAŁSZ.
wartość | The expression whose result you want to check. |
Returns information about the current spreadsheet.
typ_tekst | The type of information you want returned. The possible values are: | ||||||||||||||||||||
|
Returns PRAWDA if the number is even, otherwise FAŁSZ.
liczba | The number you want to check. |
Returns PRAWDA if the number is odd, otherwise FAŁSZ.
liczba | The number you want to check. |
KOMÓRKA(info_typ, [odwołanie])
Returns information about a worksheet cell.
info_typ | The type of information you want returned. The possible values are: | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
odwołanie | The cell about which you want information. If this parameter is omitted it defaults to the cell containing the formula. |
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.
wartość | The value you want as a number. |
Returns the number of blank cells in a range.
zakres | The reference of the cells you want to check. |
Returns a number corresponding to the type of the error.
błąd_wartość | The error value, or cell containing the error value, that you want to check. | ||||||||||||||||
The returned values are: | |||||||||||||||||
|
Returns a number corresponding to the type of the value.
wartość | The value, or cell containing the value, that you want to check. | ||||||||||
The returned values are: | |||||||||||
|