Recap Google Spreadsheets EOT
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 can you use in Google Sheets to return the current date?CURRENTDATETODAYNOW30s
- Q2Which function would you use in Google Sheets to search for a specific value in a column and return a corresponding value from another column?HLOOKUPINDEXMATCHVLOOKUP30s
- Q3What function would you use in Google Sheets to find the average of a range of numbers?COUNTAVERAGEMAXSUM30s
- Q4Which function in Google Sheets is used to count the number of cells that contain numeric values?COUNTACOUNTSUMAVERAGE30s
- Q5What function would you use in Google Sheets to concatenate (join together) two text strings?CONCATENATEJOINSUMCOMBINE30s
- Q6Which Google Sheets function would you use to determine the total number of entries in a range, including text and numbers?AVERAGECOUNTSUMCOUNTA30s
- Q7Which formula would you use to add the values in cells A1 to A5 in Google Sheets?SUM(A1:A5)ADD(A1:A5)TOTAL(A1:A5)SUMMATION(A1:A5)30s
- Q8What function would you use to find the maximum value in a range of cells in Google Sheets?HIGHESTMAXMAXIMUMTOP30s
- Q9What is the correct formula to find the smallest number in the range B1 to B10 in Google Sheets?SMALLEST(B1:B10)LEAST(B1:B10)MIN(B1:B10)MINIMUM(B1:B10)30s
- Q10In Google Spreadsheets, which function would you use to find the sum of all cells in the range A1:A10 that are greater than 5?COUNTIF(A1:A10,">5")AVERAGEIF(A1:A10,">5")SUM(A1:A10)SUMIF(A1:A10,">5")30s
- Q11What is the correct formula to find the average of values in the range C1:C15 that are less than or equal to 10?COUNTIF(C1:C15,"<=10")SUMIF(C1:C15,"<=10")AVERAGEIF(C1:C15,"<=10")AVERAGE(C1:C15)30s
- Q12In Google Spreadsheets, which function would you use to sum all numeric values in the range D1:D30 that are exactly equal to 100?SUM(D1:D30)AVERAGEIF(D1:D30,"=100")SUMIF(D1:D30,"=100")COUNTIF(D1:D30,"=100")30s
- Q13Which function would you use in Google Spreadsheets to find the number of cells in the range E1:E25 that are greater than 50?COUNTIF(E1:E25,">50")SUMIF(E1:E25,">50")COUNT(E1:E25)AVERAGEIF(E1:E25,">50")30s
- Q14In Google Spreadsheets, how can you calculate the average of values in the range F1:F10 that are not equal to zero?AVERAGE(F1:F10)SUMIF(F1:F10,"<>0")COUNTIF(F1:F10,"<>0")AVERAGEIF(F1:F10,"<>0")30s
- Q15Which function would you use in Google Sheets to find the total sales for a specific product from a sales dataset?SUMIFSAVERAGEIFSSUMIFCOUNTIFS30s