GNOME Bugzilla – Bug 126013
only first row is evaluated in array function
Last modified: 2004-12-22 21:47:04 UTC
This bug is probably known, because I found a reference email showing another example. But since I couldn't find the bug in bugzilla I report it again. I think it is an important bug, because in some cases there is no easy workaround, and it also poses conversionproblems with MS Excel Here's the old sample: http://mail.gnome.org/archives/gnumeric-list/2000-July/msg00015.html My own problem occured when using: =sum((A$2:A$15>A2)*B$2:B$15) I tested the using Gnumeric 1.2 and 1.2.1
This is the `implicit iteration' issue which is not yet implemented. *** This bug has been marked as a duplicate of 121440 ***
Its only partially implemented. Function arguments are handled, operator arguments are not. The code for operators is still incomplete.