Re: Two problems: documention leads to blocked site (Red Hat) - that's odd and how can I count a column of text entries?



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]