Is there a countif function which counts certain values except others, e.g.,
=countif(A1:A100,"*",except the word "false")
Is there a countif function which counts certain values except others, e.g.,
=countif(A1:A100,"*",except the word "false")
Last edited by alyaahmed; 03-23-2013 at 02:57 PM.
Try this:
=COUNTIF(A1:A100,"<>false")
Hope this helps.
Pete
Thanks Pete. Your function greatly helps.. Thanks indeed.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks