Starter quiz

  • Which tool is used to organise data in ascending or descending order in a spreadsheet?
    • sort  ✓
    • filter
    • freeze panes
    • merge cells
  • Which function would you use to count the number of non-blank cells in a range?
    • COUNTBLANK
    • COUNTA  ✓
    • ISNOTBLANK
    • COUNTALL
  • What does the function =IF(A1>10, "Yes", "No") do?
    • counts the number of cells greater than 10 in the range A1
    • checks if the value in A1 is greater than 10 and returns "Yes" or "No"  ✓
    • sorts values greater than 10 into a new range
    • deletes values in A1 less than 10
  • What does the function =MIN(A1:A10) do?
    • finds the smallest number in the group of cells A1 to A10  ✓
    • adds all the numbers in A1 to A10
    • counts how many numbers are in A1 to A10
    • finds the largest number in A1 to A10
  • Write the formula you would use to multiply the value in A1 by the value in B1.
    • '=A1*B1' ✓
  • The function used to add a group of numbers together is = ______ (A1:A10).
    • 'SUM' ✓
+