Question: 0 . Name the cell b 4 in this sheet as id , the array in Exit Ticket LC loan Data!A 1 :AB

0. Name the cell b4 in this sheet as "id", the array in "Exit Ticket LC loan Data!A1:AB1999" as "loans", and the array in "Exit Ticket LC loan Data!A1:AB1" as "headers", use these as references throughout the exit ticket swiftsuperbowl Magic code INSTRUCTIONS Fill out the shaded cells (A4, A8, A13, etc...) with formulas to return the values requested 1. Write a MATCH() function that returns the row of "id" from A1:A1999 You MUST leave loanID 1071570 in B4, and "sub_grade" in b241071570 Loan id Otherwise you'll receive no credit 4031063899 Example ID and correct answer 1b. Change the format of A8 to Wrap text. Write a set of functions that displays 1) the text "Loan id "(notice the trailing space),2) the id in b4,3) a new line character, 4) the text "Emp_title ",5)the emp_title value that corresponds to the loan identified by the loan id in b4. Use Vlookup() to return the value of emp_title. See the example answer in a9 for loanid 1063899. Don't forget to change the cell height (autofit) so you can see the line break "Loan id 1063899 Emp_title Rudy's Barbershop" Example ID and correct answer 1c Write an INDEX() function that uses the row in A4 to return the value of the sub_grade from column I of the loans array #NAME? C2 Example correct answer for 10638991d. Write a function to find the installment amount (column G) of the loan identified in b4. Use an Hlookup() function and b17 as the Lookup_value and a4 as the field that defines the correct row. Hint - you're going to be using text in B17 as the lookup_value in your Hlookup so double check your spelling The field you are looking up in "loans" 223.01 Example correct answer for 10638992. Use a vlookup function in cell a21 to return the value of the title (column U) for a loan id given in b4. The light Example correct answer for 10638993. Pull it all together. In a24, create a match function nested within a vlookup function to return the field defined in b24 for the loan id in b4. Before your final submission, put "int_rate" in b24 sub_grade The field you are looking up in "loans"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!