EXCEL CUBEMEMBER FUNCTION

The cube’s member or tuple is returned. To confirm that the member or tuple exists in the cube, use this method.

Syntax:

=CUBEMEMBER(connection, member_expression, [Optional caption])

Parameter:

  • The following arguments are passed to the CUBEMEMBER function syntax:
  • Connectivity is required. A text string containing the name of the cube connection.
  • Member expression – This field is required. A text string containing a multidimensional MDX) that evaluates to a unique cube member. Member expression can also be a tuple that specifies a cell range or an array constant.
  • Optional caption. A text string from the cube is shown in the cell instead of the caption, if one is defined. When a tuple is returned, the caption for the final item of the tuple is utilised.

Step By Step Guide of CUBEMEMBER Function

Example :

=CUBEMEMBER(“Sales”,”[Time].[Fiscal].[2004]”)

=CUBEMEMBER($A$1,D$12)

=CUBEMEMBER(“Sales”,(B4, C6, D5),”SalesIn2004″)

=CUBEMEMBER(“xlextdat8 FoodMart 2000 Sales”,”([Product],[Food],[Time],[1997])”)

=CUBEMEMBER($A$1,C$12:D$12)

  • When the CUBEMEMBER function passes, it shows a “#GETTING DATA…” signal in the cell until all of the material is retrieved.
  • When you pass CUBEMEMBER as an input to another CUBE method, that CUBE function uses the MDX expression that specifies the component or tuple, not the displayed value in the CUBEMEMBER function’s cell.
  • If the relationship name is not a legitimate workbook connection saved in the workbook, CUBEMEMBER produces a #NAME? error value. If the Online Analytical Processing (OLAP) server is not functioning, is unavailable, or provides an error message, CUBEMEMBER returns a #NAME? error value.
  • CUBEMEMBER returns if at least one member of the tuple is incorrect.

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