Difference between revisions of "Documentation/How Tos/Calc: Information functions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also: added GESTEP)
Line 1: Line 1:
==Information Functions==
+
==Informacijske funkcije==
 
The information functions return information about cell contents.  
 
The information functions return information about cell contents.  
  
 
{| border="0" cellpadding="0" cellspacing="10" align="left"
 
{| border="0" cellpadding="0" cellspacing="10" align="left"
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: CELL function|'''CELL''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija CELL|'''CELL''']]
 
|Returns information about the address, formatting or contents of a cell
 
|Returns information about the address, formatting or contents of a cell
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: CURRENT function|'''CURRENT''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija CURRENT|'''CURRENT''']]
 
|Returns the current (to date) result of evaluating the formula.
 
|Returns the current (to date) result of evaluating the formula.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: FORMULA function|'''FORMULA''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija FORMULA|'''FORMULA''']]
 
|Returns the formula used in a cell as a text string.
 
|Returns the formula used in a cell as a text string.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISBLANK function|'''ISBLANK''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISBLANK|'''ISBLANK''']]
 
|Tests if the cell is blank (empty).
 
|Tests if the cell is blank (empty).
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISERR function|'''ISERR''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISERR|'''ISERR''']]
 
|Tests for an error value other than '''#N/A''' (Not Available).
 
|Tests for an error value other than '''#N/A''' (Not Available).
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISERROR function|'''ISERROR''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISERROR|'''ISERROR''']]
 
|Tests for any error value.
 
|Tests for any error value.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISEVEN function|'''ISEVEN''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISEVEN|'''ISEVEN''']]
 
|Tests for even numbers.
 
|Tests for even numbers.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISEVEN_ADD function|'''ISEVEN_ADD''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISEVEN_ADD|'''ISEVEN_ADD''']]
 
|Returns 1 if the value is an even number, or 0 if the value is odd.
 
|Returns 1 if the value is an even number, or 0 if the value is odd.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISFORMULA function|'''ISFORMULA''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISFORMULA|'''ISFORMULA''']]
 
|Tests if a cell contains a formula.
 
|Tests if a cell contains a formula.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISLOGICAL function|'''ISLOGICAL''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISLOGICAL|'''ISLOGICAL''']]
 
|Tests if a cell contains a logical value, '''TRUE''' or '''FALSE'''.
 
|Tests if a cell contains a logical value, '''TRUE''' or '''FALSE'''.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISNA function|'''ISNA''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISNA|'''ISNA''']]
 
|Tests if a cell contains the '''#N/A''' (Not Available) error value.  
 
|Tests if a cell contains the '''#N/A''' (Not Available) error value.  
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISNONTEXT function|'''ISNONTEXT''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISNONTEXT|'''ISNONTEXT''']]
 
|Tests if a cell contains non-text.
 
|Tests if a cell contains non-text.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISNUMBER function|'''ISNUMBER''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISNUMBER|'''ISNUMBER''']]
 
|Tests if a cell contains a number.
 
|Tests if a cell contains a number.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISODD function|'''ISODD''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISODD|'''ISODD''']]
 
|Tests for odd numbers.
 
|Tests for odd numbers.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISODD_ADD function|'''ISODD_ADD''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISODD_ADD|'''ISODD_ADD''']]
 
|Returns 1 if the value is an odd number, or 0 if the value is even.
 
|Returns 1 if the value is an odd number, or 0 if the value is even.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISREF function|'''ISREF''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISREF|'''ISREF''']]
 
|Tests if the argument is a reference to a cell or range of cells.
 
|Tests if the argument is a reference to a cell or range of cells.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: ISTEXT function|'''ISTEXT''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija ISTEXT|'''ISTEXT''']]
 
|Tests if a cell contains text.
 
|Tests if a cell contains text.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: N function|'''N''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija N|'''N''']]
 
|Returns the numeric value.
 
|Returns the numeric value.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: NA function|'''NA''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija NA|'''NA''']]
 
|Returns the '''#N/A''' (Not Available) error value .
 
|Returns the '''#N/A''' (Not Available) error value .
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: TYPE function|'''TYPE''']]
+
|[[Documentation/SL/How_Tos/Calc: funkcija TYPE|'''TYPE''']]
 
|Returns the type of value (number, text, etc.).
 
|Returns the type of value (number, text, etc.).
  
Line 87: Line 87:
 
<!-- why on earth is this necessary? -->
 
<!-- why on earth is this necessary? -->
  
==See also==
+
==Glejte tudi==
'''[[Documentation/How_Tos/Calc: AREAS function|AREAS]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija AREAS|AREAS]]''',
'''[[Documentation/How_Tos/Calc: COLUMN function|COLUMN]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija COLUMN|COLUMN]]''',
'''[[Documentation/How_Tos/Calc: COLUMNS function|COLUMNS]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija COLUMNS|COLUMNS]]''',
'''[[Documentation/How_Tos/Calc: ERRORTYPE function|ERRORTYPE]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija ERRORTYPE|ERRORTYPE]]''',
'''[[Documentation/How_Tos/Calc: INFO function|INFO]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija INFO|INFO]]''',
'''[[Documentation/How_Tos/Calc: ROW function|ROW]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija ROW|ROW]]''',
'''[[Documentation/How_Tos/Calc: ROWS function|ROWS]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija ROWS|ROWS]]''',
'''[[Documentation/How_Tos/Calc: SHEET function|SHEET]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija SHEET|SHEET]]''',
'''[[Documentation/How_Tos/Calc: SHEETS function|SHEETS]]'''
+
'''[[Documentation/SL/How_Tos/Calc: funkcija SHEETS|SHEETS]]'''
'''(in [[Documentation/How_Tos/Calc: Spreadsheet functions|Spreadsheet functions]])'''
+
'''(in [[Documentation/SL/How_Tos/Calc: Funkcije za preglednice|Funkcije za preglednice]])'''
  
'''[[Documentation/How_Tos/Calc: DELTA function|DELTA]]''',
+
'''[[Documentation/SL/How_Tos/Calc: funkcija DELTA|DELTA]]''',
'''[[Documentation/How_Tos/Calc: GESTEP function|GESTEP]]'''
+
'''[[Documentation/SL/How_Tos/Calc: funkcija GESTEP|GESTEP]]'''
'''(in [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]])'''
+
'''(in [[Documentation/SL/How_Tos/Calc: Matematične funkcije|Matematične funkcije]])'''
  
'''[[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]'''
+
'''[[Documentation/SL/How_Tos/Calc: Funkcije po kategorijah|Funkcije po kategorijah]]'''

Revision as of 19:58, 20 July 2008

Informacijske funkcije

The information functions return information about cell contents.

CELL Returns information about the address, formatting or contents of a cell
CURRENT Returns the current (to date) result of evaluating the formula.
FORMULA Returns the formula used in a cell as a text string.
ISBLANK Tests if the cell is blank (empty).
ISERR Tests for an error value other than #N/A (Not Available).
ISERROR Tests for any error value.
ISEVEN Tests for even numbers.
ISEVEN_ADD Returns 1 if the value is an even number, or 0 if the value is odd.
ISFORMULA Tests if a cell contains a formula.
ISLOGICAL Tests if a cell contains a logical value, TRUE or FALSE.
ISNA Tests if a cell contains the #N/A (Not Available) error value.
ISNONTEXT Tests if a cell contains non-text.
ISNUMBER Tests if a cell contains a number.
ISODD Tests for odd numbers.
ISODD_ADD Returns 1 if the value is an odd number, or 0 if the value is even.
ISREF Tests if the argument is a reference to a cell or range of cells.
ISTEXT Tests if a cell contains text.
N Returns the numeric value.
NA Returns the #N/A (Not Available) error value .
TYPE Returns the type of value (number, text, etc.).


Glejte tudi

AREAS, COLUMN, COLUMNS, ERRORTYPE, INFO, ROW, ROWS, SHEET, SHEETS (in Funkcije za preglednice)

DELTA, GESTEP (in Matematične funkcije)

Funkcije po kategorijah

Personal tools