Excel C1L9 Statistics

  1. Download the following file:
  2. ExcelC1L9start.xlsx
  3. Move the file to your oneDrive folder
  4. Open it in Excel
  5. Select B3 and type in a formula that adds up the students in column A. =COUNTIF(A5:A14, "*")
  6. Select B17 and enter a function to calculate the average of the above column. =AVERAGE(B5:B14)
  7. Select B18 and enter a function to calculate the minimum value from the above column. =MIN(B5:B14)
  8. Select B19 and enter a function to calculate the maximum value from the above column. =MAX(B5:B14)
  9. Select B20 and enter a function to calculate the median from the above column. =MEDIAN(B5:B14)
  10. Use the increase decrease decimal place buttons so all cells in the range B17:B20 have one decimal shown.
  11. Select the range B17:B20
  12. Use the fill handle to copy these cells over through column G
  13. Select G4 and type Final Percent
  14. Select G4 and change to the 40% - Accent 6 cell style
  15. Autofit the width of Column G
  16. Select G5 and type in a formula to find the average of the scores in row 5. =AVERAGE(B5:F5)
  17. Select G5 and use the fill handle to copy the formula down to G14
  18. Select the range G5:G14 and change to the 20% - Accent 6 cell style
  19. Select H4 and type Final Grade
  20. Select H4 and change to the 40% - Accent 6 cell style
  21. Select H5 and type in a formula that calculates the final letter grade. =IF(G5>89.5,"A",IF(G5>79.5,"B",IF(G5>69.5,"C",IF(G5>59.5,"D","F"))))
  22. Select H5 and use the fill handle to copy the formula down through H14
  23. Save your changes.
  24. Turn it in



COPYRIGHT © 2023-2024 LEARNSOFTWARETODAY.COM