![]() |
Microsoft Office Development and Consultancy |
| Home | | | Excel | | | VBA | | | C# | | | Finance | | | Tools | | | Newsletter | | | 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 | (Optional) The third 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 2013 | 2010 | 2007 | 2003 |
| © 2013 Better Solutions Limited. All Rights Reserved. | Top | 03-Jan-2013 |