EXCEL CUBERANKEDMEMBER FUNCTION

The nth (or ranking) member of a set is returned. Returns one or more components from a set, such as the top salesperson or the top ten students.

Syntax:

=CUBERANKEDMEMBER(connection, set_expression, rank, )

Parameter:

  • The following parameters are passed to the CUBERANKEDMEMBER function syntax:
  • An internet connection is required. A text string containing the name of the cube connector.
  • Set expression must be used. A text string containing a predefined formula, such as “[Item1].children”.
  • Set expression can either be the CUBESET function or a cell reference containing the CUBESET function.
  • A rank is required. An integer number indicating the highest value to return.
  • If rank is 1, the top value is returned; if rank is 2, the second most top value is returned; and so on To return the top 5 values, use CUBERANKEDMEMBER five times, specifying a different rank, 1 through 5, each time.
  • Optional caption. A text string from the cube is shown in the cell instead of the caption, if one is defined.

Step By Step Guide of CUBERANKEDMEMBER Function

Example :

=CUBERANKEDMEMBER(“Sales”,$D$4,1,”Highest Month”)


=CUBERANKEDMEMBER(“Sales,”CUBESET(“Sales”,”Summer”,”[2004].[June]”,”[2004].[July]”,”[2004].[August]”),3,”Top Month”)

  • When the CUBERANKEDMEMBER function is evaluated, it momentarily shows a “#GETTING DATA…” message in the cell before retrieving all of the data.
  • CUBERANKEDMEMBER returns a #NAME? k CUBERANKEDMEMBER delivers a #NAME? error value if the Online Analytical Processing (OLAP) server is not functioning, is unavailable, or gives an error message.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now