From 0ba656e1491beeb3d1edce989eff641f0bb7b5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 19 Oct 2005 08:37:11 +0000 Subject: [PATCH] INTEGRATION: CWS hc680qq1 (1.5.16); FILE MERGED 2005/09/20 16:12:50 ufi 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 13:14:29 ufi 1.5.16.1: firsttry --- helpcontent2/source/text/scalc/01/04060107.xhp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/04060107.xhp b/helpcontent2/source/text/scalc/01/04060107.xhp index 7609511eb5..1111d89692 100644 --- a/helpcontent2/source/text/scalc/01/04060107.xhp +++ b/helpcontent2/source/text/scalc/01/04060107.xhp @@ -5,9 +5,9 @@ * * $RCSfile: 04060107.xhp,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:28:22 $ + * last change: $Author: rt $ $Date: 2005-10-19 09:37:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ Sun Microsystems, Inc. -UFI: sorted, added note text to every syntax description, added spec "Conditional Array Calculation and Specific Array Handling" +UFI: sorted, added note text to every syntax description, added spec "Conditional Array Calculation and Specific Array Handling" dedr: reviewed, fixed #i31269# UFI: someone deleted the example table, so most examples became meaningless -> I deleted those examples @@ -365,13 +365,13 @@ UFI: someone deleted the example table, so most examples became meaningless -> FREQUENCY -Indicates the frequency distribution in a one-column-array. The default value supply and the number of intervals or classes are used to count how many values are omitted on the single intervals. +Indicates the frequency distribution in a one-column-array. The function counts the number of values in the Data array that are within the values given by the Classes array. Syntax FREQUENCY(Data; Classes) - -Data represents the array of or reference to the set of values to be counted. - -Classes represents the array of the class set. + +Data represents the reference to the values to be counted. + +Classes represents the array of the limit values. You can find a general introduction to Array functions at the top of this page. Example In the following table, column A lists unsorted measurement values. Column B contains the upper limit you entered for the classes into which you want to divide the data in column A. According to the limit entered in B1, the FREQUENCY function returns the number of measured values less than or equal to 5. As the limit in B2 is 10, the FREQUENCY function returns the second result as the number of measured values that are greater than 5 or greater than or equal to 10. The text you entered in B6, ">25", is only for reference purposes. @@ -563,7 +563,7 @@ UFI: someone deleted the example table, so most examples became meaningless -> -Select a single column range in which to enter the frequency for values that are greater than the upper class limit. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the Function Wizard. Select the measurement range for Data in (A1:A11), and then a column for Classes, in which you entered the class limits (B1:B6) Select the array check box and click OK. You will see the frequency count in the initially selected range C1:C6. +Select a single column range in which to enter the frequency for values that are greater than the upper class limit. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the Function Wizard. Select the Data range in (A1:A11), and then the Classes range in which you entered the class limits (B1:B6). Select the Array check box and click OK. You will see the frequency count in the range C1:C6.