From fb8a37870859659ec44257a07dbd5d92bf93f845 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 15 Aug 2019 17:12:55 -0300 Subject: tdf#124204 Changes in SMALL and LARGE functions Change-Id: I1d67dfd05419abc67b8039112c3fcd7bb0b15fbe Reviewed-on: https://gerrit.libreoffice.org/77552 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060183.xhp | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp index 24e1893dcf..1232151f61 100644 --- a/source/text/scalc/01/04060183.xhp +++ b/source/text/scalc/01/04060183.xhp @@ -34,33 +34,31 @@ LARGE function -LARGE +

LARGE

Returns the Rank_c-th largest value in a data set. + LARGE(Data; RankC) - -Data is the cell range of data. - -RankC is the ranking of the value. +Data is the cell range of data. +RankC is the ranking of the value. If RankC is an array, the function becomes an array function. - -=LARGE(A1:C50;2) gives the second largest value in A1:C50. +=LARGE(A1:C50;2) gives the second largest value in A1:C50. +=LARGE(A1:C50;B1:B5) entered as an array function gives an array of the c-th largest value in A1:C50 with ranks defined in B1:B5.
SMALL function -SMALL +

SMALL

Returns the Rank_c-th smallest value in a data set. + SMALL(Data; RankC) - -Data is the cell range of data. - -RankC is the rank of the value. +Data is the cell range of data. +RankC is the rank of the value. If RankC is an array, the function becomes an array function. - -=SMALL(A1:C50;2) gives the second smallest value in A1:C50. +=SMALL(A1:C50;2) gives the second smallest value in A1:C50. +=SMALL(A1:C50;B1:B5) entered as an array function gives an array of the c-th smallest value in A1:C50 with ranks defined in B1:B5.
CONFIDENCE function -- cgit