Difference between revisions of "Documentation/How Tos/Calc: LARGE function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Robot: Automated text replacement %s)
Line 15: Line 15:
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
* [[Documentation/How_Tos/Calc: SMALL function|SMALL]],
+
* [[Documentation/How_Tos/Calc: SMALL function|SMALL]]
* [[Documentation/How_Tos/Calc: RANK function|RANK]],
+
* [[Documentation/How_Tos/Calc: RANK function|RANK]]
* [[Documentation/How_Tos/Calc: MAX function|MAX]],
+
* [[Documentation/How_Tos/Calc: MAX function|MAX]]
 
* [[Documentation/How_Tos/Calc: MIN function|MIN]]
 
* [[Documentation/How_Tos/Calc: MIN function|MIN]]
  

Revision as of 14:19, 26 February 2009


LARGE

Returns the nth largest value in a list of numbers.

Syntax:

LARGE(numberlist; n)

returns the nth largest number within the (unordered) range or array of numbers numberlist.

Example:

LARGE(B1:B4; 3)

where cells B1, B2, B3, B4 contain 4, 7, 5,and 8, returns 5. The highest number is 8, then 7, then in third place 5.

Template:Documentation/SeeAlso

Personal tools