Hello Everyone,
I am unable to understand what EPMCellRanges function is for. Documentation says this function defines dynamic cell ranges. As far I know we can even use normal excel cell ranges wherever this function can be used like in EPMCopyRange function parameter. I read that this provides functionality of EvRNG function but how? Here is what I am trying to get:
I have to use below formula in an input schedule. This formula will be written in first cell of input schedule data grid AG20.
SUMIF($J$20:$J$50,$AF20,M$20:M$50)
$J$20:$J$50 is row key range of a report in same sheet where input schedule exists
M$20:M$50 are the data cells of first column in report
$AF20 is a member is row axis of input schedule
Problem is - report is dynamic and with different expansions row key range $J$20:$J$50 changes but it does not update automatically in above SUMIF formula. Range in formula used to adjust automatically in EvDRE reports as EvRNG is used to define row/key ranges.
How can I get this functionality is EPM 10? I thought EPMCellRanges should be used instead of range $J$20:$J$50 but it does not help.
Please help...
Thanks,
Neha