![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Excel > Functions > Statistical > COUNTA |
COUNTA(value1, value2 [, value3] [,...]) |
| Returns the number of non blank values in a list or cell range. |
| value1 | The first value. | |
| value2 | The second value. | |
| value3 | The third optional value. |
| REMARKS |
| This function includes hidden rows. | ||
| This is identical to the COUNT() function except that text, logical values and errors are included. | ||
| Arguments that are empty cells are ignored. See Example 7. | ||
| Any arguments that are text or blank strings will evaluate to 1. | ||
| Any arguments that contains True will evaluate to 1. | ||
| Any arguments that contains False will evaluate to 0. | ||
| You can have a maximum of 30 arguments. | ||
| Example 1 - | ||
| Example 2 - | ||
| Example 3 - | ||
| Example 4 - | ||
| Example 5 - | ||
| Example 6 - | ||
| Example 7 - | ||
| Example 8 - | ||
| Example 9 - |
| EXAMPLES |
|
| Functions - C | Index - C | Office Online 2003 | Office Online 2007 |
| Copyright © 2010 Better Solutions Limited. All Rights Reserved. | Top |