subject

You work in the admissions office for west coast university, a mid-sized regional university in california. your assistant entered a list of college applicants for the fall 2018 semester. you determine if a student qualifies for early admission or early rejection based on sat and gpa. after determining the immediate admissions and rejections, you calculate a total score based on sat and gpa to determine regular admissions and rejections. instructions: for the purpose of grading the project you are required to perform the following tasks:

in cell e14, enter a date function that calculates the number of days between the initial deadline (cell e10) and the date received for the first student (d14). use mixed and relative references appropriately. copy the function to the range e15: e68. a negative value indicates the application was received after the initial deadline.

3. in cell h14, enter a nested logical function to display either yes or no in the admit early column. the university admits a student early if that student meets both the early admission criteria for the sat (cell b6) and gpa (cell b7). that is, the student’s sat score must be 2000 or higher, and the gpa must be 3.80 or higher. use relative and mixed references to the cells in the admission criteria range. based on the requirements, the first student, frank aaron, will not be admitted early.

4. in cell i14, enter a nested logical function to display either yes or no in the reject early column. the university rejects a student early if that student has either an sat score less than 1000 (cell c6) or a gpa below 1.80 (cell c7). use relative and mixed references to the cells in the admission criteria range.

5. in cell j14, enter a formula to calculate an applicant’s admission score. apply the multiplier (found in the miscellaneous standards & filter range) to the student’s gpa and add that score to the sat. frank aaron’s score is 3496.

6. in cell k14, enter nested if functions inside a main if function. the final decision text should be one of the following: early admission, early rejection, admit, or reject. hint: two logical tests are based on the yes/no displayed in the admit early and reject early columns. for regular admission, a student must have a combined admission score that is 2900 or higher. a student is rejected if his or her score is lower than the threshold. use a mixed reference to the cell in the miscellaneous standards & filter range.

7. copy the formulas down the admit early, reject early, score, and final decision columns. to paste the formulas, click paste on the home tab and click formulas to copy just the formulas. if you use a regular paste option, the double borders will copy also.

8. in cell h6, enter a database function to count the total number of early admissions with > =2900 threshold scores. use the range l5: m6 for the criteria range.

9. in cell i6, enter a database function to calculate the average sat score for early admissions with the > = threshold. use the range l5: m6 for the criteria range.

10. in cell j6, enter a database function to calculate the average gpa for early admissions with > = threshold score. use the range l5: m6 for the criteria range.

11. in cell h7, enter a database function to count the total number of in-state early admissions. use the range l9: m10 for the criteria range.

12. in cell i7, enter a database function to calculate the average sat for early in-state admissions. use the range l9: m10 for the criteria range.

13. in cell j7, enter a database function to calculate the average gpa for all in-state early admissions. use the range l9: m10 for the criteria range.

14. in cell h9, enter a database function to calculate the highest score for all in-state early admissions. use the range l9: l10 for the criteria range.

15. in cell h10, enter an index function with a nested match function to identify the last name of the person who had the highest overall score for in-state early admission. the function should display brasington.

16. create a footer with your name on the left side, page 1 of ? codes in the middle, and the file name code on the right side.

17 save and close the workbook, and submit the file as directed.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:50
Given int variables k and total that have already been declared, use a while loop to compute the sum of the squares of the first 50 counting numbers, and store this value in total. thus your code should put 11 + 22 + 33 + + 4949 + 50*50 into total. use no variables other than k and total.
Answers: 2
question
Computers and Technology, 24.06.2019 01:00
The initial tableau of a linear programming problem is given. use the simplex method to solve it. x 1 x 2 x 3 s 1 s 2 z 1 2 4 1 0 0 8 3 4 1 0 1 0 10 minus3 minus12 1 0 0 1 0 the maximum is nothing when x 1equals nothing, x 2equals nothing, x 3equals nothing, s 1equals3, and s 2equals0. (be sure to simplify to lowest terms if necessary.)
Answers: 2
question
Computers and Technology, 24.06.2019 06:30
Some peer-to-peer networks have a server and some don't. true false
Answers: 2
question
Computers and Technology, 24.06.2019 10:20
Write a program that keeps asking the user for new values to be added to a list until the user enters 'exit' ('exit' should not be added to the list). these values entered by the user are added to a list we call 'initial_list'. then write a function that takes this initial_list as input and returns another list with 3 copies of every value in the initial_list. finally, inside print out all of the values in the new list. for example: input: enter value to be added to list: a enter value to be added to list: b enter value to be added to list: c enter value to be added to list: exit output: a b c a b c a b c note how 'exit' is not added to the list. also, your program needs to be able to handle any variation of 'exit' such as 'exit', 'exit' etc. and treat them all as 'exit'.
Answers: 2
You know the right answer?
You work in the admissions office for west coast university, a mid-sized regional university in cali...
Questions
question
Advanced Placement (AP), 02.12.2020 01:50
question
Biology, 02.12.2020 01:50
question
Arts, 02.12.2020 01:50
question
Biology, 02.12.2020 01:50
Questions on the website: 13722367