Counting cells containing only numbers

Closed
jutulu Posts 34 Registration date Monday March 10, 2014 Status Member Last seen September 21, 2015 - Apr 4, 2014 at 05:51 PM
jutulu Posts 34 Registration date Monday March 10, 2014 Status Member Last seen September 21, 2015 - Apr 13, 2014 at 12:25 PM
Hi all, counting cell containing only numbers

Is there a formula to count only cells containing any numbers in general? Moreover, is there a formula to count values containing an specific number of digits?

Much appreciated

4 responses

Blocked Profile
Apr 4, 2014 at 06:08 PM
Ok, So give this a try. at least it is a good beginning:

=COUNTIF(C2:C15,"?")

The "?" denotes any character, as in:



Or a specific number:



but to just count them would be:



"If you can't soar with the eagles, then don't fly with the flock!" - Oliver Sykes; Bring Me The Horizon
0