answersLogoWhite

0

The Excel COUNTA function counts the number of cells that are not empty in a range. The syntax is COUNTA(value1, [value2], ...).

See related links for a site that explains the COUNTA function pretty well and has a video for it too.
COUNTA is a function in MS Excel used to count numeric and non-numeric values both Take look at example = COUNTA(A1:A10) it will count all the numeric and non-numeric values present in A1 to A10 cells.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What does the function counter do and what are its parameters?

There is no builtin function 'counta' in C.


Why is counta used?

In Excel, Counta is used to Count the number of cells that are not empty and the values within the list of arguments.


What are counta's parametres?

Its parameters can be either a range of cells, a list of individual cells, or even values, which can be numbers text and even blank:=COUNTA(A4,A6,B6,C15)=COUNTA(B2:B25)=COUNTA(1,"A",,,,"Do",2,128)


How many parameters are possible using the IF function in Excel?

The IF function has 3 parameters. The condition, the true part and the false part.


Excel last cell in a column with an amount in it?

Use 'COUNTA' function. for example: if you want to know the last cell of column B, use the formula below =COUNTA(B:B) It'll give you the cell reference If you want to know the value then use formula below =INDIRECT("B"&COUNTA(B:B))


What is the abbreviation for count in excel?

In Excel, the abbreviation for count is typically "COUNT." This function is used to count the number of cells in a range that contain numeric values. For counting non-empty cells regardless of type, the "COUNTA" function can be used.


Does the NUMBER function return the number of cells in the range indentified in the argument contain data?

No. In Excel you would use the COUNT function to do it, or possibly the COUNTA or COUNTIF, depending on exactly what you were trying to do.


What is a name of the Excel function that returns number of cells which are not blank?

COUNTA(value1,value2,...) Value1, value2, ... are 1 to 30 arguments representing the values you want to count.


What Excel function that returns the number of cells in a range?

The Excel function that returns the number of cells in a range is COUNTA. This function counts all non-empty cells in the specified range, including numbers, text, and logical values. If you want to count only numeric values, you can use the COUNT function instead.


Which Excel function also has an icon that can be used as a short-cut to achieve the results?

The SUM function, which has the Autosum icon. Other functions can be taken from it, including the Average, Count, Min, Max and Counta functions.


How do i count the number of CELLS with and without data in Excel 2010?

In Excel 2010, to count the number of cells with data, you can use the COUNTA function. For example, =COUNTA(A1:A10) counts all non-empty cells in the range A1 to A10. To count the number of empty cells, you can use the COUNTBLANK function, like this: =COUNTBLANK(A1:A10). This will give you the total number of cells without data in the specified range.


How do you use count if formulas on excel?

Count cells with numbers: COUNT Count cells with data: COUNTA Count blank cells: COUNTBLANK As an example: =COUNT(A1:A5) =COUNTA(A1:A5) =COUNTBLANK(A1:A5)