Question

015 D E F H 1 J K L M N O P Q 1 2 Company Genre Movie Name Highest Grossing Movie Year 1986 1988 1990 1993 1994 1998 1999 200In cell N5, 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 P5.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Could you please provide more information like how you wanted to use a INDIRECT function ?

Assuming you TABLE1 is name of your name, these two formulas will return the name of the movie with highest gross.

Cell N5 = INDEX(Table1,MATCH(MAX(Table1[Gross]),Table1[Gross],1),7)

Cell P5 =  = INDEX(Table1,MATCH(MAX(Table1[Gross]),Table1[Gross],1),2)

Regards,

Add a comment
Know the answer?
Add Answer to:
In cell N5, enter an INDEX function that will retrieve the name of the movie with...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 2.) The data set named "HW 6.2" contains a random sample of 35 movies released in 2008 collected from the Internet Movie Database (IMDb). The goal of this problem is to explore if the informa...

    2.) The data set named "HW 6.2" contains a random sample of 35 movies released in 2008 collected from the Internet Movie Database (IMDb). The goal of this problem is to explore if the information available soon after a movie's theatrical release can successfully predict total revenue. All dollar amounts (i.e., variables "Budget", "Opening", and "USRevenue") are measured in millions of dollars. . Investigate the relationship between the explanatory variable "Budget" and response variable "USRevenue" by doing the following: a....

  • A simpler model. In the multiple regression analysis using all four explanatory variables, Theaters and Budget...

    A simpler model. In the multiple regression analysis using all four explanatory variables, Theaters and Budget appear to be the least helpful (given that the other two explanatory variables are in the model). (a) Perform a new analysis using only the movie’s opening-weekend revenue and IMDb rating. Give the estimated regression equation for this analysis. (b) What percent of the variability in USRevenue is explained by this model? Sequel Budget 160 Hype 33 23 Minutes 148 92 103 112 15...

  • NOTE: I ONLY NEED THE CODE FOR THIS PART: "3 - add movie and category to...

    NOTE: I ONLY NEED THE CODE FOR THIS PART: "3 - add movie and category to list for an entered year". YOU DON'T HAVE TO GIVE ME THE CODE FOR MENU OPTIONS 1, 2, pc, p, OR q BECAUSE I HAVE THAT ALREADY. ONLY 3! EDIT: THIS IS FOR PYTHON 3.8. In this assignment you are to enhance the movie list display program from Assignment 4 to help maintain a list of movies that won the Academy Award (Oscar) for...

  • Using the Consumer Price Index (CPI) detailed in the table below, Year CPI CPI Year 2003...

    Using the Consumer Price Index (CPI) detailed in the table below, Year CPI CPI Year 2003 1989 1990 1991 1992 1993 1994 1995 124.0 130.7 136.2 140.3 144.5 148.2 152.4 156.9 160.5 163.0 2004 2005 2006 2007 2008 2009 2010 184.0 188.9 195.3 201.6 207.3 215.3 214.5 218.1 224.9 229.6 233.0 236.7 237.0 240.0 1996 1997 1998 1999 2000 2011 2012 2013 2014 166.6 172.2 177.1 179.7 2001 2002 2015 2016 Instructions: Enter your responses rounded to one decimal place...

  • The following table shows the average U.S. movie theatre ticket prices for the years from 1985...

    The following table shows the average U.S. movie theatre ticket prices for the years from 1985 to 2004. Average U.S. Movie Theatre Ticket Prices Year Price Year Price 1985 $3.55 1995 $4.35 1986 3.71 1996 4.42 1987 3.91 1997 4.59 1988 4.11 1998 4.69 1989 3.99 1999 5.06 1990 4.22 2000 5.39 1991 4.21 2001 5.65 1992 4.15 2002 5.80 1993 4.14 2003 6.03 1994 4.08 2004 6.21 Use the information in the table and the roster method to represent...

  • The data set on the right contains the real per capita GDP for 2 countries from the Penn World Table (PWT) version 9.1 (Feenstra et al., 2015). The column names are the country codes, OMN and PSE. You may copy the dataset to Excel or R to do the computati

    YearOMN197011266197176221972632319735051197473381975802219768360197793611978965919791092719801149919811280319821276619831242319841306419851403219861019219871005419888809198992381990105911991991819921026319931004519949747199510199199611054199711784199811560199913501200016173200116853200218508200320329200425768200526647200638458200740960200847136200938538201040305201144477201247334201344979201440855201532460201629939201728249

  • 7 Serenity 28.99 15.99 IM Sales You run a small online store that sells movies to...

    7 Serenity 28.99 15.99 IM Sales You run a small online store that sells movies to the public. Your database is called Movies and looks like the image below: Recordio Title Sale Distributor Category Rating 1 Happy Gilmore 20.99 15.99 M Sales 10 Blu Ray Combo Pad Comedy PG 22 Transformers: The Last Bright 25.99 1799 Discountu 1246 3 Cars 3 30.99 17.99 Movie Place 14 Bu Ray Animated G 4 Thomas Crown Hair 26,99 19.99 Blu-Ray Emporium 17 Blu-Ray...

  • 7. Study the table below and identify the following: a. years in which the economy expanded...

    7. Study the table below and identify the following: a. years in which the economy expanded b. years in which the economy contracted c. peaks d. troughs Year 1998 Annual Percentage Change in Real GDP (2007 $) -3.1 2.6 5.7 5.2 2.8 4.6 Year 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 Annual Percentage Change in Real GDP (2007 $) 4.1 5.4 5.4 1.4 2.7 2.0 3.1 3.2 2.4 2.2 1.1 -2.9...

  • For Python 3.8! Copy and paste the following bolded code into IDLE: movies = [[1939, 'Gone...

    For Python 3.8! Copy and paste the following bolded code into IDLE: movies = [[1939, 'Gone with the Wind', 'drama'],           [1943, 'Casablanca', 'drama'],           [1965, 'The Sound of Music', 'musical'],           [1969, 'Midnight Cowboy', 'drama'],           [1972, 'The Godfather', 'drama'],           [1973, 'The Sting', 'comedy'],           [1977, 'Annie Hall', 'comedy'],           [1982, 'Ghandi', 'historical'],           [1986, 'Platoon', 'action'],           [1990, 'Dances with Wolves', 'western'],           [1992, 'Unforgiven', 'western'],           [1994, 'Forrest Gump', 'comedy'],           [1995, 'Braveheart', 'historical'],           [1997,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT