Cash-back offer from May 2nd to 7th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 7.00

Liberty University BUSI 201 Assignment 5 Excel 2016 Skill Review 3.2 complete solution answer

Question posted by
Online Tutor Profile
request

Liberty University BUSI 201 Assignment 5 Excel 2016 Skill Review 3.2 complete solution answer

 

Skill Review 3.2

In this project you will edit a worksheet to compute student grades and grade statistics. Be sure to save your work often!

Skills needed to complete this project:

• Using Date and Time Functions

• Using CONCAT to Combine Text

• Formatting Text Using Functions

• Creating Formulas Using Counting Functions

• Using Formula AutoComplete to Enter Functions

• Displaying and Printing Formulas

• Naming Ranges of Cells

• Using the Logical Function IF

• Using the Function Arguments Dialog to Enter Functions

• Working with Named Ranges

• Finding Minimum and Maximum Values

• Calculating Averages

• Finding Data Using the VLOOKUP Function

• Checking Formulas for Errors c. Click cell C10 to enter the cell reference in the Text1 argument box.

d. Press TAB to move to the Text2 argument box.

e. Type " " to place a space between the first and last names.

f. Press TAB to move to the Text3 argument box.

1. Open the start file EX2016-SkillReview-3-2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it. Click the Enable Editing button in the Message Bar at the top of the workbook so you can modify it.

2. Take a look at the two sheets. The first sheet contains the students' names and their scores. The second sheet will be used to look up the letter grade for each student.

3. On the Scores worksheet, enter a function in cell B3 to display the current date and time.

a. If necessary, click the Scores worksheet tab. Click cell B3.

b. On the Formulas tab, in the Function Library group, click the Date &Time button.

c. Click NOW.

d. Click OK.

 

4. The first column should display the full student name. Use CONCAT to combine the values from the First Name and Last Name columns.

a. Click cell A10.

b. On the Formulas tab, in the Function Library group, click the Text button, and select CONCAT.

IMPORTANT: If you do not see CONCAT in the list, use CONCATENATE function instead.

c. Click cell C10 to enter the cell reference in the Text1 argument box.

                        d. Press TAB to move to the Text2 argument box.

                        e. Type " " to place a space between the first and last names.

                        f. Press TAB to move to the Text3 argument box.

                         

 

g. Click cell B10 to enter the text reference in the Text3 argument box.

h. Click OK. The completed formula should look like this: =CONCAT(C10," ",B10)

a. Double-click cell A10 to edit the formula.

b. Create a nested formula by typing PROPER( between the = symbol and CONCAT.

c. Type another ) at the end of the formula.

d. Press ENTER. The completed formula should look like this:

e. Copy the formula from cell A10 to A11:A26 to fill the list of student names. Use any method you want.

a. Click cell B2.

b. Type =COU

c. Double-click COUNTA in the Formula AutoComplete list.

d. Click cell A10 and drag to cell A26.

e. Press ENTER. The completed formula should look like this: =COUNTA(A10:A26)

a. On the Formulas tab, in the Formula Auditing group, click the Show Formulas button.

b. When you are ready to continue, hide the formulas and display formula values by clicking the Show Formulas button again.

a. Select cells D7:R7.

b. In the Name box, type: PossiblePtsMid

c. Press ENTER.

a. Click cell S10.

b. On the Formulas tab, in the Function Library group, click Logical.

c. Click IF.

d. If necessary, move the Function Arguments dialog so you can see the worksheet data.

e. In the Logical_test argument box, type: SUM(D10:R10)/SUM(PossiblePtsMid)<70%

f. In the Value_if_true argument box, type: Warning!

g. In the Value_if_false argument box, type: ""

5. Add the PROPER function to the formula so student names do not appear in all uppercase.

=PROPER(CONCAT(C10," ",B10))

6. Count the number of students to calculate the class size.

7. Display your formulas to check for accuracy.

8. Define a named range for the total possible points up to the class drop cut-off point.

9. Find out which students have a grade below C at the cut-off point for dropping the class. Enter an IF function in cell S10 to check if the student’s total points divided by the total possible points through the midterm is less than 70% (the lowest percentage for a C grade). Use SUM functions within the IF function. Be sure to use the range name you just defined for possible points. If the student is below a C grade, display Warning! in the cell; otherwise leave the cell blank.

 

 

a. Click cell D4.

b. Type =MAX( and then click cell D10 and drag to cell D26.

c. Press ENTER. The completed formula should look like this: =MAX(D10:D26)

d. Copy the formula across the row to cell AB4. Use any method you want. Be sure to leave cell S4 blank.

a. Click cell D5.

b. Type =MIN( and then click cell D10 and drag to cell D26.

c. Press ENTER. The completed formula should look like this: =MIN(D10:D26)

d. Copy the formula across the row to cell AB5. Use any method you want. Be sure to leave cell S5 blank.

a. Click cell D6.

b. Type =AV and then double-click AVERAGE in the Formula AutoComplete list.

c. Click cell D10 and drag to cell D26.

d. Press ENTER. The completed formula should look like this: =AVERAGE(D10:D26)

e. Copy the formula across the row to cell AB6. Use any method you want. Be sure to leave cell S6 blank.

a. Click cell AC10.

b. Type =SU and then double-click SUM in the Formula AutoComplete list.

c. Click cell D10 and drag to cell AB10.

d. Press ENTER. The completed formula should look like this: =SUM(D10:AB10)

e. Copy the formula from AC10 through cell AC26. Use any method you want.

a. In cell AD10, enter the following formula to calculate the percentage: =AC10/$AC$7

b. Copy the formula from AD10 through AD26. Use any method you want.

10. Find the highest score for each assignment.

11. Find the lowest score for each assignment.

12. Calculate the average score for each assignment.

13. Compute the students’ total points. Enter a SUM function in cell AC10 to add all the points across for the first student.

14. Enter a formula to compute the percentage for the first student. Divide the student’s total points by the total possible points. You will be copying this formula, so make sure the reference to the total possible points uses an absolute reference.

 

15. The grade scale is stored in the Grades worksheet. Before calculating students’ final grades, create a named range to use in the formula. a. Click the Grades sheet tab.

                        b. Select cells B4:C8.

                        c. Type GradeScale in the Name box.

                        d. Press ENTER.

                         

                        16. Now you are ready to create a lookup formula to display each student’s final letter grade. a. Return to the Scores sheet, and click cell AE10.

                        b. On the Formulas tab, in the Function Library group, click the Lookup & Reference button, and select VLOOKUP.

                        c. Click cell AD10 to enter it in the Lookup_value argument box.

                        d. Type GradeScale in the Table_array argument box.

                        e. The rates are located in the second column of the lookup table. Type 2 in the Col_index_num argument box.

                        f. In this case, you do not want to specify an exact match, as the percentage grades do not match the grade scale percentages exactly. An approximate match will return the correct letter grade.

                        g. Click OK. The completed formula should look like this: =VLOOKUP(AD10,GradeScale,2)

                        h. Fill down for all students. Use any method you want.

                         

                        17. Before closing the project, check your workbook for errors. a. On the Formulas tab, in the Formula Auditing group, click the Error Checking button.

                        b. If errors are found, use the error checking skills learned in this chapter to find and fix the errors.

                         

                        18. When Excel displays a message that the error check is complete, click OK.

                        19. Save and close the workbook.

                        20. Upload and save your project file.

                        21. Submit project for grading.

 

 

 

Available Answer
$ 7.00

[Solved] Liberty University BUSI 201 Assignment 5 Excel 2016 Skill Review 3.2 complete solution answer

  • This solution is not purchased yet.
  • Submitted On 30 Apr, 2020 02:27:20
Answer posted by
Online Tutor Profile
solution
Liberty University BUSI 201 Assignment 5 Excel 2016 Skill Review 3.2 complete solution answer Skill Review 3.2 In this project you will edit a worksheet to compute student grades and grade statistics. Be sure to save your work often! Skills needed to complete this project: • Using Date and Time Functions • Using CONCAT to Combine Text • Formatting Text Using Functions • Creating Formulas Using Counting Functions • Using Formula AutoComplete to Enter Functions • Displaying and Printing Formulas • Naming Ranges of Cells • Using the Logical Function IF • Using the Function Arguments Dialog to Enter Functions • Working with Named Ranges • Finding Minimum and Maximum Values • Calculating Averages • Finding Data Using the VLOOKUP Function • Checking Formulas for Errors c. Click cell C10 to enter the cell reference in the Text1 argument box. d. Press TAB to move to the Text2 argument box. e. Type " " to place a space between the first and last names. f. Press TAB to move to the Text3 argument box. 1. Open the start file EX2016-SkillReview-3-2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it. Click the Enable Editing button in the Message Bar at the top of the workbook so you can modify it. 2. Take a look at the two sheets. The first sheet contains the students' names and their scores. The second sheet will be used to look up the letter grade for each student. 3. On the Scores worksheet, enter a function in cell B3 to display the current date and time. a. If necessary, click the Scores worksheet tab. Click cell B3. b. On the Formulas tab, in the Function Library group, click the Date &Time button. c. Click NOW. d. Click OK. 4. The first column should display the full student name. Use CONCAT to combine the values from the First Name and Last Name columns. a. Click cell A10. b. On the Formulas tab, in the Func...
Buy now to view the complete solution
Other Similar Questions
User Profile
vpqnr...

Liberty University ENGL 101 Mindtap 6 assignment complete solutions correct answers updated

Liberty University ENGL 101 Mindtap 6 assignment complete solutions correct answers updated 1. Organizing a Paragraph Using Time, Space, or Importance To cohere means “to hold together.” A paragraph coheres when the...
User Profile
vpqnr...

Liberty University ENGL 101 Mindtap 2 assignment complete solutions correct answers updated

Liberty University ENGL 101 Mindtap 2 assignment complete solutions correct answers updated 1 . Understanding the Types of Supporting Ideas For your audience to understand your main idea fully, you need to provide support...
User Profile
Exper...

BUSI 330 Quiz 7 Liberty University Complete Answers

Question 1 There are six commonly used techniques to deal with objections: acknowledge and convert the objection; ; agree and neutralize; accept the objection; denial; and ignore the objection. Selected Answer: postpon...
User Profile
Exper...

ECON 213 Problem Set ch. 9 Liberty University Complete Answers

01Question The total cost of Mr. Plow, a snow-removal business, is given in the table below. What is the total profit of cleaning five driveways if the price Mr. Plow can charge is $10 per driveway? -1 E...
User Profile
Exper...

ECON 213 InQuizitive ch. 13 Liberty University Complete Answers

Apply the correct label to each network externality or externality-related effect. In order to use a different cable provider, Amalia must pay to install new equipment in her home. Everyone at Ricardo’s school uses metal ...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35