If you have a formula that references a cell in another sheet and the name of that sheet contains brackets it just outputs #VALUE!
References to sheets containing no pairs of parentheses or brackets in their captions cannot be resolved
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
Stephen,
AFAIK, in MS Excel it is necessary to use syntax like this to refer to a sheet whose name contains brackets:
=SUM('(Sheet1)'!A1:A2)
The same syntax seems to work OK in our formulas. Please check it on your side and let me know your results. In case I misunderstood the problem you are referring to, please clarify your scenario in greater detail. A small sample project to demonstrate the problem would be much appreciated. I am looking forward to your feedback.
That's the syntax I tried. Please see sample file in attachment. If you open in Excel and look in cell J1 you will see the calculation is =SUM('Sheet2 (PR…'!A1) and it correctly displays the value from cell A1 on Sheet 2. If you open in your spreadsheet it shows #VALUE!
Thank you for this demo. I have reproduced the described behavior and forwarded this ticket to our developers for research.