I have a column and i want to count how many cells have null strings ""
I tried to do it like: =COUNTIF($A:$A,""), but not working.
Can you help me please?
I have a column and i want to count how many cells have null strings ""
I tried to do it like: =COUNTIF($A:$A,""), but not working.
Can you help me please?
HI
NOTHING WRONG WITH YOUR FOMULA.
However I herewith attached sample. try it on your computer & let me know the result.
Is there anyway that I don't specify the row numbers and instead use the generic column name like $A:$A. Simply, the objective is to:
1) count the number of cells in a column which have null strings ""
2) use the generic column name $A:$A, without having to specify the row numbers like $A1:$A100.
Anyone can offer a solution for post #3?
Have you opened post#2 example? Your answer is there !
Try this formula
=COUNTBLANK(A:A)+COUNTA(A:A)-ROWS(A:A)
Audere est facere
An alternate one,
=SUM(COUNTIF(A:A,{"<>","?*","<9E300"})*{1,-1,-1})
Regards,
Haseeb Avarakkan
__________________________________
"Feedback is the breakfast of champions"
Another alternate one:
=COUNTIF(A:A,"=")
You're right, should've tested it before posting! Thanks for picking it up.![]()
Is
=SUM(COUNTIF(A:A,{"=",""})*{-1,1})
any better?
Cool.Looks like working.
A1: =NA()
A2: =NA()
A3: =NA()
With your formula I get 3.
No inconvenience at all - you were a great help straightening up my dodgy attempt.![]()
Hello DLL, thank you for that info.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks