0
0
Excelspreadsheet~5 mins

COUNT and COUNTA functions in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the COUNT function do in Excel?
The COUNT function counts how many cells contain numbers in a range. It ignores empty cells and cells with text.
Click to reveal answer
beginner
What is the difference between COUNT and COUNTA functions?
COUNT counts only cells with numbers. COUNTA counts all non-empty cells, including numbers, text, and errors.
Click to reveal answer
beginner
How would you count all non-empty cells in the range A1:A10?
Use the formula =COUNTA(A1:A10). It counts all cells that are not empty.
Click to reveal answer
beginner
What will =COUNT(A1:A5) return if A1=5, A2="text", A3=10, A4=empty, A5=3?
It will return 3 because only A1, A3, and A5 contain numbers.
Click to reveal answer
intermediate
Can the COUNTA function count cells with formulas that return empty strings ("")?
No, cells with formulas returning empty strings are considered empty by COUNTA and are not counted.
Click to reveal answer
Which function counts only numeric values in a range?
ACOUNT
BCOUNTA
CSUM
DAVERAGE
What does COUNTA count in a range?
AOnly numbers
BOnly text
CAll non-empty cells
DOnly empty cells
If a cell contains a formula that returns "", will COUNTA count it?
AOnly if the cell is formatted as text
BYes, always
COnly if the formula is visible
DNo, it treats it as empty
Which formula counts how many cells in B1:B10 contain any data (numbers or text)?
A=COUNT(B1:B10)
B=COUNTA(B1:B10)
C=SUM(B1:B10)
D=COUNTBLANK(B1:B10)
What will =COUNT(A1:A3) return if A1=5, A2="hello", A3=empty?
A1
B3
C2
D0
Explain how COUNT and COUNTA functions differ and give an example of when to use each.
Think about counting numbers versus counting any filled cells.
You got /4 concepts.
    Describe what happens when COUNTA is used on a range containing empty cells, text, numbers, and formulas returning empty strings.
    Consider what COUNTA treats as non-empty.
    You got /3 concepts.