Computer Science, asked by sumeetpwr02, 3 months ago

What does COUNTA() function do?

Answers

Answered by Ramisaalam2007
2

Answer:

The COUNTA function counts cells containing any type of information, including error values and empty text (""). For example, if the range contains a formula that returns an empty string, the COUNTA function counts that value. The COUNTA function does not count empty cells.

If you do not need to count logical values, text, or error values (in other words, if you want to count only cells that contain numbers), use the COUNT function.

If you want to count only cells that meet certain criteria, use the COUNTIF function or the COUNTIFS function.

Answered by singhlovely103855
1

Answer:

The COUNTA function counts cells containing any type of information, including error values and empty text (""). For example, if the range contains a formula that returns an empty string, the COUNTA function counts that value. The COUNTA function does not count empty cells.

Similar questions