If I use COUNTA(range)
, it counts cells with the empty string (""). How do I avoid this? COUNTIFS(range,"<>"&"")
doesn't seem to work.
For column A, cells A1 through A100 try:
=SUMPRODUCT(--(A1:A100<>""))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With