COUNTA function - The function performs counting non-blank cells in the list of arguments in Excel
The following article introduces you to the COUNTA function - one of the functions in the statistical function group is very popular in Excel.
Description: The function performs counting nonblank cells in the list of arguments.
Syntax: COUNTA (value1, [value2], .)
Inside:
- value1, value2: List of values, cell ranges or references that want to count, where value1 is a required parameter, the remaining value values are arbitrary and contain up to 255 value values .
Attention:
- The function performs counting cells containing any data type except blank cells.
- In case you do not want to count logical values and text or error values -> use the COUNT function .
- To count values that meet certain conditions -> use the COUNTIF or COUNTIFS functions .
For example:
Counts the number of cells containing the data of the cells in the table below:
- In the cell to calculate, enter the formula: = COUNTA (D6: D10)
- Press Enter -> the number of cells containing the data is:
- In the data table on text values, logic is counted, dates are still counted.
- Where the values are blank cells-> functions are ignored:
Above are instructions and some specific examples when using the COUNTA function in Excel.
Good luck!
You should read it
- The COUNTA function, how to use the function to count cells containing data in Excel
- COUNTIFS function - The function performs counting the number of cells in a data table that satisfy many conditions in Excel
- How to use the SUBTOTAL function in Excel
- Cell counting function with data in Excel - Enclose example
- Basic Excel functions that anyone must know
- Conditional counting function in Excel
- COUNTIF function - Function that counts the number of cells in a data table that meet certain conditions in Excel
- How to display function arguments in Excel
May be interested
- Conditional counting function in Excelconditional counting function in excel. are you looking for conditional counting function in excel to use counting data during data processing in excel spreadsheets? the countif function is a conditional counting function in excel, below is the description, syntax and usage
- COUNTIF function - Function that counts the number of cells in a data table that meet certain conditions in Excelcountif function: the function performs counting the number of cells in the data table that meet certain conditions. syntax: countif (range, criteria)
- Basic Excel functions that anyone must knowthe basic functions in excel such as the excel function, the excel statistics function we summarized below will be very helpful for you who often have to work on excel spreadsheets, especially in the field of accounting. let's refer to offline.
- How to display function arguments in Excelyou often use functions in excel to calculate but there are many less used functions, so you do not remember the argument in the function. you do not need to worry because excel supports the function's display of arguments so that you can use the function as quickly as possible.
- DCOUNT function in Excel - Usage and practical examplesthe dcounta function is one of many frequently used math functions in excel. the dcount function helps you count non-blank data cells in list columns or data arrays with defined conditions.
- How to use the COUNT function in Excelthe count function in excel is the basic counting function that is often used to count how many cells are in an area or in the entire spreadsheet.
- How to Create a List in Cells in Excelif you want to know how to create a list of multiple lines in a cell on microsoft excel, read this article! whether it's creating a bulleted list with line breaks, a numbered list, or a drop-down list, it's easy once you know where the options are. today's tipsmake will show you three useful ways to insert any kind of list into cells in excel.
- Instructions to delete blank lines (blank lines) in Excelthe data in the excel document file that you are referencing has many blank cells and blank lines that cause the excel file to reverse the data position. you want to delete all the empty cells in that data file but if you delete each cell one by one, it will take a lot of time.
- Instructions for using the COUNTBLANK function in Excelin excel, the countblank function helps users count the number of blank cells in a given data range. this function is useful in checking for missing data, processing reports and statistics. this article will guide you in detail on how to use countblank, with practical examples.
- VAR function - The function of estimating variance based on a sample in Excelvar function: the function performs an estimate of the latter based on a sample from a given set. function arguments can be numbers, names or arrays, or references containing numbers.