Funkcji Informacyjne

[ ] indicates optional parameters

BRAK()
CZY.ADR(wartość)
CZY.BRAK(wartość)
CZY.BŁ(wartość)
CZY.BŁĄD(wartość)
CZY.LICZBA(wartość)
CZY.LOGICZNA(wartość)
CZY.NIE.TEKST(wartość)
CZY.PUSTA(wartość)
CZY.TEKST(wartość)
INFO(typ_tekst)
ISEVEN(liczba)
ISODD(liczba)
KOMÓRKA(info_typ, [odwołanie])
L(wartość)
LICZ.PUSTE(zakres)
NR.BŁĘDU(błąd_wartość)
TYP(wartość)


Funkcji Informacyjne

BRAK()

Returns the error value #N/D.



CZY.ADR(wartość)

Returns PRAWDA if the value is a reference, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.BRAK(wartość)

Returns PRAWDA if the value is the error #N/D, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.BŁ(wartość)

Returns PRAWDA if the value is an error other than #N/D, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.BŁĄD(wartość)

Returns PRAWDA if the value is an error, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.LICZBA(wartość)

Returns PRAWDA if the value is a number, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.LOGICZNA(wartość)

Returns PRAWDA if the value is a logical value, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.NIE.TEKST(wartość)

Returns PRAWDA if the value is not a string, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


CZY.PUSTA(wartość)

Returns PRAWDA if the value is a reference to an empty cell, otherwise FAŁSZ.

wartośćThe cell whose value you want to check.


CZY.TEKST(wartość)

Returns PRAWDA if the value is a string, otherwise FAŁSZ.

wartośćThe expression whose result you want to check.


INFO(typ_tekst)

Returns information about the current spreadsheet.

typ_tekstThe type of information you want returned. The possible values are:
"DOSTĘPNA_PAMIĘĆ"The number of bytes of memory available
"KATALOG"The path of the current directory
"LICZBA_PLIKÓW"The number of spreadsheet files that are open
"PAMIĘĆ_CAŁKOWITA"The total number of bytes of memory
"PAMIĘĆ_UŻYWANA"The number of bytes of memory used
"POCHODZENIE"A string containing the address of the cell in the top-left corner of the scrollable region
"PRZELICZENIE"A string containing "Automatic" or "Manual", depending on the recalculation mode
"SYSTEM"The operating system type
"WERSJA"The release version with which this program is compatible
"WERSJA_SYSTEMU"The operating system version number


ISEVEN(liczba)

Returns PRAWDA if the number is even, otherwise FAŁSZ.

liczbaThe number you want to check.


ISODD(liczba)

Returns PRAWDA if the number is odd, otherwise FAŁSZ.

liczbaThe number you want to check.


KOMÓRKA(info_typ, [odwołanie])

Returns information about a worksheet cell.

info_typThe type of information you want returned. The possible values are:
"ADRES"A string containing the cell reference
"KOLUMNA"The column number of the cell
"KOLOR"1 if the cell is formatted in color for negative values, otherwise 0 (not currently implemented)
"ZAWARTOŚĆ"The result of the formula in the cell, or 0 if the cell is empty
"NAZWA_PLIKU"The path, filename and sheet name of the cell
"FORMAT"The number format that has been applied to the cell
"NAWIASY"1 if the cell is formatted in parentheses for positive values, otherwise 0 (not currently implemented)
"PREFIKS"The text alignment that has been applied to the cell (not currently implemented)
"OCHRONA"1 if the cell is locked, otherwise 0
"WIERSZ"The row number of the cell
"TYP"A string representing the type of the cell result: "b" for blank, "l" for label (string), otherwise "v"
"SZEROKOŚĆ"The cell width in characters
odwołanieThe cell about which you want information. If this parameter is omitted it defaults to the cell containing the formula.


L(wartość)

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.


LICZ.PUSTE(zakres)

Returns the number of blank cells in a range.

zakresThe reference of the cells you want to check.


NR.BŁĘDU(błąd_wartość)

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:
#ZERO!1
#DZIEL/0!2
#ARG!3
#ADR!4
#NAZWA?5
#LICZBA!6
#N/D7
other#N/D


TYP(wartość)

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:
liczbowe1
tekstowe2
logiczne4
błąd16
tablica64