0
0
Google Sheetsspreadsheet~5 mins

Value aggregation (SUM, COUNT, AVG) in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the SUM function do in Google Sheets?
The SUM function adds up all the numbers in a range of cells and gives you the total.
Click to reveal answer
beginner
How does the COUNT function work?
COUNT counts how many cells in a range contain numbers. It ignores empty cells and text.
Click to reveal answer
beginner
What is the purpose of the AVERAGE function?
AVERAGE calculates the average (mean) of numbers in a range by adding them and dividing by how many numbers there are.
Click to reveal answer
beginner
Write a formula to sum values in cells A1 to A5.
Use =SUM(A1:A5) to add all numbers from cell A1 through A5.
Click to reveal answer
beginner
What happens if you use COUNT on a range with text and numbers?
COUNT only counts the cells with numbers. Text cells are ignored.
Click to reveal answer
Which function adds all numbers in a range?
ACOUNT
BSUM
CAVG
DMIN
What does COUNT(A1:A10) do?
AAdds all numbers
BCounts all cells including text
CCounts only cells with numbers
DCalculates average
How do you find the average of numbers in B1 to B5?
A=SUM(B1:B5)
B=COUNT(B1:B5)
C=AVG(B1:B5)
D=AVERAGE(B1:B5)
If cells A1=5, A2=empty, A3=10, what does COUNT(A1:A3) return?
A2
B0
C1
D3
Which function would you use to add only numbers and ignore text?
ASUM
BCOUNT
CAVERAGE
DCOUNTA
Explain how to use SUM, COUNT, and AVERAGE functions in Google Sheets with examples.
Think about adding, counting numbers, and finding the average.
You got /4 concepts.
    Describe what happens when COUNT is used on a range with numbers, text, and empty cells.
    Focus on what COUNT includes and excludes.
    You got /3 concepts.