GNOME Bugzilla – Bug 546759
Fail to recognize "#N/A" as error on cells with any formatting except "General"
Last modified: 2008-08-26 20:47:44 UTC
Steps to reproduce: 1. set A1's formatting to "mm/yy" 2. input "#N/A" (not necessary #N/A, other #XXX do not work as well) to A1 Expected result: A1 = #N/A (of type error) Actual result: A1 = #N/A (of type text)
Parsing errors is murky users are not supposed to be entering them manually for the most part, and should use the functions to generate them. Beyond that do we want to compare against the builtin error codes before comparing with fmts ?
I think it would be pretty harmless to match against built-in errors if the matching would otherwise fail.
We actually need this to work: someone can use paste-as-value to put error values into cells. Those values should, as a rule, survive F2+Enter.
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.