Thanks again KLin, Apparently COUNTIF cannot take an entire column(i meant colum initiall), but I gave it the range of the whole thing minus the last cell and that worked.
countif should work for an entire column. If your data is in column A, your formla is: =COUNTIF(A:A,"<>0"). Of course this will count all blank cells as well. If you only want cells with a non-zero value, then do =COUNT(A:A)-COUNTIF(A:A,"0")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.