GNOME Bugzilla – Bug 531111
sumif function wrongly interprets *E* text
Last modified: 2008-05-04 00:11:45 UTC
Using the sumif function. If I enter 2E4 as text for the criteria, and then enter a sumif() thus : =sumif(cell:cell,"2E4",cell:cell) then the sumif result is always zero. I suspect that sumif is viewing 2E4 as a number and not as text, even though it was entered as text. If I use 2Z4 instead of 2E4 as both the criteria and the cell text entry then the expected result is returned. I'm not sure whether this affects other functions as well as sumif, as I haven't experimented with other functions. Thanks for all the work that has gone into Gnumeric. It really is a superb spreadsheet.
Sample sheet, please. Please note what you get and what you expect to get for a given cell. Also, precisely what Gnumeric version are you using?
I am guessing that this is a duplicate of bug 523250.
Sheet in hand. Problem confirmed as dupe of bug 523250. "2E4" will get interpreted, but cells should be interpreted similarly. (We have to interpret: otherwise you could not ask ">200" either. Blame Microsoft for an interface that cannot tell strings from numbers.) *** This bug has been marked as a duplicate of 523250 ***