
Recap Google Spreadsheets
Quiz by Paul
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
25 questions
Show answers
- Q1What function would you use in Google Sheets to calculate the average of a range of numbers?AVERAGEMAXCOUNTSUM30s
- Q2Which function would you use to find the highest number in a range in Google Sheets?AVERAGEMINMAXSUM30s
- Q3What formula would you use to count the number of cells that contain numbers in a range in Google Sheets?AVERAGECOUNTACOUNTSUM30s
- Q4Which function can you use in Google Sheets to find the minimum value in a range of cells?MINMAXCOUNTAVERAGE30s
- Q5Which function would you use to return the number of non-empty cells in a range in Google Sheets?COUNTASUMCOUNTCOUNTIF30s
- Q6Which formula would you use to add numbers in cells B1 and B2 in Google Sheets?ADD(B1, B2)SUM(B1, B2)B1 + B2TOTAL(B1, B2)30s
- Q7What function would you use to count how many cells in the range C1 to C10 contain numeric values?SUM(C1:C10)COUNTA(C1:C10)COUNT(C1:C10)TOTAL(C1:C10)30s
- Q8Which formula would you use to find the difference between the values in cells F1 and F2 in Google Sheets?MINUS(F1, F2)F1 - F2SUBTRACT(F1, F2)DIFFERENCE(F1, F2)30s
- Q9What function would you use to calculate the square root of a number in cell H1 in Google Sheets?ROOT(H1)POWER(H1, 0.5)SQUARE(H1)SQRT(H1)30s
- Q10What function can you use in Google Sheets to find a value in a table based on a key?SUMHLOOKUPVLOOKUPMATCH30s
- Q11In the VLOOKUP function, what does the 'range' parameter specify?The table from which to retrieve dataThe number of rows to returnThe name of the spreadsheetThe key to search for30s
- Q12What does the 'col_index_num' argument in the VLOOKUP function specify?The total number of columnsThe column number from which to return the valueThe row number to search inThe search key30s
- Q13What will VLOOKUP return if it does not find the specified key?An #N/A errorThe last value in the columnA blank cellA zero30s
- Q14What is a common use of the VLOOKUP function in Google Sheets?To create chartsTo send emailsTo format textTo retrieve information from a database30s
- Q15Which of the following is a requirement for the first column in a range used with VLOOKUP?It can contain duplicatesIt must be the last columnThe first column must contain unique keysIt must be sorted in descending order30s