Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Week 3 Homework Assignment, Exercises of MS Microsoft Excel skills

PF 106 homework 2 assignment, earned an A.

Typology: Exercises

2021/2022

Available from 02/11/2022

crism7
crism7 🇺🇸

8 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MODULE 3 HOMEWORK ASSIGNMENT
(45 points)
The completed Excel worksheet image shown below lists student grades for four students in a class.
Student names appear in column A, rows 4 through 7. The class content includes three homeworks (HW
1, HW 2, and HW 3), a midterm (MT), and a Final. Total possible points for each of these assignments is
indicated in row 3 under the appropriate assignment heading in columns D through H in the worksheet.
Individual student grades for these assignments appear in columns D through H and rows 4 through 7.
Students are marked as being either full time (FT) or part time (PT) in column B. There is also an
indication in column C as to whether a student is an honors student or not (YES or NO). Data given in
the problem is shaded gray. You will be providing proper formulas or functions for the remaining data in
the unshaded cells by answering the following questions using cell references from this worksheet. You
will type your answers in this document. There is no Excel file provided for this assignment. Note that
once you have completed a question, you may use the results of that question in subsequent problems.
Remember to start all formulas or functions with an equal (=) sign and to always use cell references and
functions where possible. Only use a $ if necessary when copying formulas down or across.
1. (0-5 pts) Write an Excel function in cell I4, which can be copied down the column, to calculate the
total points in the class for each student.
=SUM(D4:H4)
2. (0-5 pts) Write an Excel formula in cell J4, which can be copied down the column, to calculate the
student’s final percentage grade in the class. Note that the cells are already formatted as
percentages.
Page 1 of 3
pf3

Partial preview of the text

Download Week 3 Homework Assignment and more Exercises MS Microsoft Excel skills in PDF only on Docsity!

(45 points)

The completed Excel worksheet image shown below lists student grades for four students in a class. Student names appear in column A, rows 4 through 7. The class content includes three homeworks (HW 1, HW 2, and HW 3), a midterm (MT), and a Final. Total possible points for each of these assignments is indicated in row 3 under the appropriate assignment heading in columns D through H in the worksheet. Individual student grades for these assignments appear in columns D through H and rows 4 through 7. Students are marked as being either full time (FT) or part time (PT) in column B. There is also an indication in column C as to whether a student is an honors student or not (YES or NO). Data given in the problem is shaded gray. You will be providing proper formulas or functions for the remaining data in the unshaded cells by answering the following questions using cell references from this worksheet. You will type your answers in this document. There is no Excel file provided for this assignment. Note that once you have completed a question, you may use the results of that question in subsequent problems. Remember to start all formulas or functions with an equal (=) sign and to always use cell references and functions where possible. Only use a $ if necessary when copying formulas down or across.

  1. (0-5 pts) Write an Excel function in cell I4, which can be copied down the column, to calculate the total points in the class for each student. =SUM(D4:H4)
  2. (0-5 pts) Write an Excel formula in cell J4, which can be copied down the column, to calculate the student’s final percentage grade in the class. Note that the cells are already formatted as percentages.

(45 points)

=I4/$I$

  1. (0-5 pts) Using the student’s final percentage grade in the class, write an Excel function in cell K4, which can be copied down the column, to calculate the class rank for each student. The highest percentage grade in the class should receive a rank of 1. =RANK.EQ(J4,$J$4:$J$7,0)
  2. (0-5 pts) Write an Excel function in cell K8 to determine the number of full time (FT) students in this class. =COUNTIF(B4:B7,"ft")
  3. (0-5 pts) Write an Excel function in cell K9 to calculate the average percentage of all full time (FT) students in the class. =AVERAGEIF(B4:B7,"ft",J4:J7)
  4. (0-5 pts) Write an Excel function in cell K10 to display the second highest score achieved on the Final for this class. =LARGE(H4:H7,2)
  5. (0-5 pts) Write an Excel function in call K11 to dis-play the second lowest score received on the midterm (MT) for this class. =SMALL(G4:G7,2)
  6. (0-5 pts) Write an Excel function in call K12 to determine the number of honors students who got a 180 or above on the Final for this class.