Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . In cell J 6 , enter a VLOOKUP function that will lookup the MovieID value in the leftmost column of the MovieTitles named
In cell J enter a VLOOKUP function that will lookup the MovieID value in the leftmost column of the MovieTitles named range and return the movie name from the second column. Incorporate an IFERROR function so that if there is no MovieID, the function returns a blank.
In cell K enter a VLOOKUP function that will lookup the MovieID value in the leftmost column of the MovieRatings named range and return the movie rating from the second column. Incorporate an IFERROR function so that if there is no MovieID, the function returns a blank. Copy the formula down through cell K
In cell N enter an INDEX function that will retrieve the name of the movie with the highest gross sales. Write the function using the INDIRECT function as the array argument and then copy the formula across to P
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started