Budget Wizard: Total Errors
We are on EBS R12 (12.0.6). When we download a Budget Wizard Template for more than 1 GL period, the Total column's cell for each row has a formula error. It believe it is caused by the use of an Excel formula gethorizontalrange that may no longer be valid in Excel 2007.
If I download budget balances for periods 4 to 7, the Total column in each row uses this formula:
=SUM(GetHorizontalRange(GL_BUDGET_INTERFACE_PERIOD4_AMOUNT:GL_BUDGET_INTERFACE_PERIOD7_AMOUNT, ROW()))
But Excel treats it as an error, displaying #VALUE!
Has anyone seen this problem?
Does anyone know how to resolve?