I have used function to track numbers of NOT EMPTY FILEDS.
How to count this with this function as I have sample string of random numbers like:
09-400-000004
Numbers will be added on the right.
It shows me still value 0 although I have NOT EMPTY value like: 09-400-000004
09-400-000004 is not a value as far as excel is concerned, rather it is some text.
try using COUNTA instead of COUNT
Is this COUNT of text or STRING of numbers, text...
=counta(1:1) counts the number of cells in a range that are not empty.
Excel resource
Get Digital Help
Beware however that COUNTA counts Nulls as non-blank... if your values are the result of formulae and are always text you may find using COUNTIF(A:A,"*?") safer method.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
What will do COUNTIF(A:A,"*?") in steps?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks