Hi All
I am referencing Excel cell in CUBEMEMBER Function in Excel 2007 For example my Formula is
=CUBEMEMBER("My Job Connection",CONCATENATE("[Dimension COST CENTRE].[Cost Centre Description].&[",E1,"]"))
Where E1 is Excel cell I m referencing and it is working perfectly. But as soon as I have Two dimension in my CUBEMEMBER function I could not figure out how can I refer the excel cell inside my CUBEMEMBER function. For example my Formula is
=CUBEMEMBER("My Job Connection ",{"[Dimension COST CENTRE].[Cost Centre Description].&[010101]","[Dimension POST CODE].[Post Code].&[4001]"})
In the above CUBEMEMBER Function I would like to replace [010101] value with a reference Excel cell as I have done in the first example (E1)
Any body has any idea how could I refer excel cell inside this CUBEMEMBER function in two dimension.
I will really appreciate your help
Many thanks
Qazafi