GNOME Bugzilla – Bug 346223
Defined names may not be recognized by expression parser
Last modified: 2007-08-12 19:42:12 UTC
Define the name test-a1 to refer to cell A1. Try using that name in cell C1 as =sum(test-a1) The parser changes this to sum(test-A1) interpreting it as a sum of a difference.
I am tempted to say "then don't do that"... However, we should probably either 1. Reject such names 2. Make them work depending on whether we can get those from XL import.
XL rejects such names and I think I agree that we don't want to deal with them. Some strings would end up having multiple possible parse trees.
"reject", it is. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.