Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Help and How-to
Search
Search
 
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Count cells that contain numbers
 

Let's say you want to count only rows that contain numbers and dates in a column that contains a mix of different data types. There are several ways to count cells that contain numbers.

What do you want to do?

Count cells that contain numbers in a contiguous row or column

Count cells that contain numbers that are not in a contiguous row or column



Count cells that contain numbers in a contiguous row or column

  1. Select a cell below or to the right of the numbers that you want to count.
  2. Click the arrow next to the AutoSum Button image on the Standard toolbar (toolbar: A bar with buttons and options that you use to carry out commands. To display a toolbar, press ALT and then SHIFT+F10.), and then click Count and press ENTER.

Top of PageTop of Page


Count cells that contain numbers that are not in a contiguous row or column

To do this task, use the COUNT function.

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow to copy an example

  1. Create a blank workbook or worksheet.
  2. Select the example in the Help topic.

    Note  Do not select the row or column headers.

    Selecting an example from Help

    Selecting an example from Help

  3. Press CTRL+C.
  4. In the worksheet, select cell A1, and press CTRL+V.
  5. To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Tools menu, point to Formula Auditing, and then click Formula Auditing Mode.
 
1
2
3
4
5
6
A
Data
Sales
12/8/2007
19
22.44
Formula Description (Result)
=COUNT(A2:A6) Counts number of cells that contain numbers (3) in the list. A date is a number.
=COUNT(A2:A3,A6) Counts number of cells that contain numbers (2), of the top two and bottom cells in the list. A date is a number.

Function details

COUNT

Top of PageTop of Page

advertisement