Is there a formular that can count how many cells have text in them?
i tryed to use
But this didnt work, can anyone help me?=SUMPRODUCT($A$1:$A$1000="")
Is there a formular that can count how many cells have text in them?
i tryed to use
But this didnt work, can anyone help me?=SUMPRODUCT($A$1:$A$1000="")
This should work...
=COUNTA(A1:A1000)
...to do it the way you proposed...
=SUMPRODUCT(--(A1:A1000<>""))
HTH
Regards, Jeff
Regards,
Haseeb Avarakkan
__________________________________
"Feedback is the breakfast of champions"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks