Gets member information for a given data cell.
EssGetDataPoint([workbookName]sheetName, Cell, Range, Aliases, Destination)
Where sheetName is the text name of the worksheet where the currency information is obtained.
Cell is the data cell to return member information from.
Range is a reference to the area of data to use to determine the member combination.
Aliases is a Boolean value that indicates whether alias names are returned.
Destination is the range of cells where you want to display the results.
=EssGetDataPoint("[Samp.xls]Sheet1", C1, Sheet1!A1:G20, TRUE,B1)