Class PercentRank

java.lang.Object
org.apache.poi.ss.formula.functions.PercentRank
All Implemented Interfaces:
Function

public final class PercentRank extends Object implements Function
Implementation of 'the Excel function PERCENTRANK() Syntax:
PERCENTRANK(array, X, [significance])

array The array or range of data with numeric values that defines relative standing.
X The value for which you want to know the rank.
significance Optional. A value that identifies the number of significant digits for the returned percentage value. If omitted, PERCENTRANK uses three digits (0.xxx).

Returns a number between 0 and 1 representing a percentage.

Since:
POI 5.1.0
  • Field Details

    • instance

      public static final Function instance
  • Method Details