Difference between revisions of "Manuals/calci/RANKANDPERCENTILE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
*<math> gr </math> is the grouped by value.
 
*<math> gr </math> is the grouped by value.
 
*<math> lv </math> is the logical value.
 
*<math> lv </math> is the logical value.
 
  
 
==Description==
 
==Description==

Revision as of 00:46, 22 January 2014

RANKANDPERCENTILE(ar,gr,lv)


  • is the array value to find rank and percentile.
  • is the grouped by value.
  • is the logical value.

Description

  • This function gives the rank and percentile value of a given set of numbers.
  • Ranking is giving the order from highest to lowest of the given set.
  • Percentile allowing to easily categorise the given data into percentiles .
  • This function is used to analyze the relative standing of values in a data set.
  • In is the array of the numeric values to find rank and percentile.
  • is the grouped by value. value is either columns or rows.
  • is the logical value either TRUE or FALSE. TRUE is indicating the result will display in new worksheet.
  • Suppose we are omitted the lv value it will consider the value as FALSE.
  • This function is giving the result in four columns.
 1. First  column showing the indices(position in the given set) of the ordered data from largest to smallest number.
 2. The second column showing the  data values according to the indices in the first column.
 3. The third column showing the rank value of the data value in the second column.
 4. The fourth column indicates the  the percentile of the data value in the second column.

Examples

5 11 6 9 15 7 =RANKANDPERCENTILE(B1:B6,columns,true)

See Also

References