Microsoft Excel - EXCEL: Count the number of cells that have numeric data

Asked By Andy Scharmer
07-Aug-09 12:56 PM

EXCEL: Count the number of cells that have numeric data

Is there a way to count the number of cells in a specific column contain numeric data that looks like this: 1.2.3?

I want to use something that works like this: =SUM(F6:F250,IFNUMERIC)

 

You can do that with the simple Count function itself.  You can do that with the simple Count function itself.

07-Aug-09 02:13 PM
 =COUNT(F6:F250) would return you the count of cells in the range with numeric values.



EXCEL: Count the number of cells that have numeric data  EXCEL: Count the number of cells that have numeric data

07-Aug-09 02:44 PM

Actually, the count function will return how many cells have numeric values, but not actualy the sum of all the numeric values.

I tried just using the sum() function and this example worked for me.

My row example had the following:

A1|B1|C1|D1|E1

1 | 1| test | 1| 1|test

When you apply the formula =sum(A1:E1), the value returned was 4.

Reason being is that when an argument is an array or reference in the sum() function, only numbers in that array or reference are counted. Empty cells, logical values, or text in the array or reference are ignored.

Give that a try and see if it works for you.

 

 

 

Create New Account
help
Excel Count Functions Excel I am trying to count the number of cells in a row that contain one or more of three letters? Excel Worksheet Discussions Microsoft Excel (1) Excel (1) SUBSTITUTE (1) SUMPRODUCT (1) TRANSPOSE (1) ISNUMBER (1) ISERROR (1) COUNTIF (1) I am
excel: count uppercase letters in a cell Excel excel: how to count uppercase letters in a cell Excel Worksheet Discussions Windows XP (1) Microsoft Excel (1) SUBSTITUTE (1) SUMPRODUCT (1) FREQUENCY (1) INDIRECT (1) COLUMN (1) LOWER (1) One way
How do I get started using the Countif, Countifs option with Excel Excel Excel Worksheet Discussions Microsoft Excel (1) Excel (1) COUNTIF (1) MathurMicrosoft (1) Ryan (1) Bliengme (1) Columne (1) Caps (1) In A1 a, b, c, a In B1 enter = COUNTIF(A1:A10, "a") this will return a count of how man 'c' values in A1A:10 So will = COUNTIFS(A1:A10, "a") In or more than value in E2 In F1 = COUNTIF(a1:a10, "c", B1:B10, 5) count how many row have c in columne A and 5 in column B Now experiment
word count Excel Is there anyway to get a word count or character count like Word does? Excel Discussions Excel (1) Word (1) Page (1) see http: / / www.mvps.org / dmcritchie / excel / strings.htm - - HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http: / / www.mvps.org / dmcritchie / excel / excel.htm Search Page
Recent files list keeps vanishing Excel Microsoft Excel 2003, Vista Home Premium 64-bit. Recently used files list keeps getting emptied. I have the option set to 9 entries. This only happens in Excel. Ideas welcomed. My research has so far come up empty. Tom - - remove .invalid to reply by email Excel Discussions Microsoft Excel (1) RecentFiles (1) Excel 2007 (1) Excel 2003 (1) Vista (1) VBA (1) Bit (1) Application (1) This seems