I don't know where you got a link to RedHat, but you can always find the
functions at

    http://www.gnome.org/projects/gnumeric/functions.shtml

Depending on the details of what you want, you can use COUNTA(A1:A42)
which counts anything but empties, or something like

    =SUM(0+ISTEXT(A1:A42))

which counts things that are texts only.

Morten
_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to