Forum Discussion

JonArbuckle's avatar
JonArbuckle
Copper Contributor
Jul 02, 2022
Solved

Index function with Indirect function within

Hello, I am new to excel goin to college for it and Im struggling with a problem. I need to create a formula In cell N5, enter an INDEX function that will retrieve the name of the movie with the high...
  • Patrick2788's avatar
    Patrick2788
    Jul 03, 2022

    JonArbuckle 

     

    Place in N5 and fill across:

    =INDEX(Table1,MATCH(MAX(Table1[[Gross]:[Gross]]),Table1[[Gross]:[Gross]],0),MATCH(N4,Table1[#Headers],0))

     

Resources