vlookup to find last data in row

Mega1

New Member
Joined
Sep 19, 2017
Messages
25
I have one sheet with a list of fruit then next 6 colums are marked week1 to 6

Fruit Week1 Week2...
Apple 23 45
oranges 10
pears 5 6 7

on a second sheet I want to lookup the fruit and bring back the last row with data in it

if I lookup apples it will return 45
oranges 10

can anyone help
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Welcome to the board.

Try:

ABCDEFGHIJK
FruitWeek 1Week 2Week 3Week 4Week 5Week 6pears
Apple
Oranges
Pears

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]

[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: right"]7[/TD]

[TD="align: center"]2[/TD]

[TD="align: right"]23[/TD]
[TD="align: right"]45[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]3[/TD]

[TD="align: right"]10[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]4[/TD]

[TD="align: right"]5[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"]7[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

</tbody>
Sheet1

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]K1[/TH]
[TD="align: left"]=1/LOOKUP(2,1/INDEX(Sheet1!A2:G20,MATCH(J1,Sheet1!A2:A20,0),0))[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]

Change the ranges to match your sheet.
 
Upvote 0
this did not work

sheet1

[TABLE="width: 1411"]
<colgroup><col width="64" style="width:48pt"> <col width="157" style="width:118pt" span="2"> <col width="73" style="width:55pt"> <col width="64" style="width:48pt" span="15"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 157, bgcolor: transparent"]Film[/TD]
[TD="width: 157, bgcolor: transparent"]Compainy[/TD]
[TD="width: 73, bgcolor: transparent"]Date Start[/TD]
[TD="width: 64, bgcolor: transparent"]Week1[/TD]
[TD="width: 64, bgcolor: transparent"]Week2[/TD]
[TD="width: 64, bgcolor: transparent"]Week3[/TD]
[TD="width: 64, bgcolor: transparent"]Week4[/TD]
[TD="width: 64, bgcolor: transparent"]Week5[/TD]
[TD="width: 64, bgcolor: transparent"]Week6[/TD]
[TD="width: 64, bgcolor: transparent"]Week7[/TD]
[TD="width: 64, bgcolor: transparent"]Week8[/TD]
[TD="width: 64, bgcolor: transparent"]Week9[/TD]
[TD="width: 64, bgcolor: transparent"]Week10[/TD]
[TD="width: 64, bgcolor: transparent"]Week11[/TD]
[TD="width: 64, bgcolor: transparent"]Week12[/TD]
[TD="width: 64, bgcolor: transparent"]Week13[/TD]
[TD="width: 64, bgcolor: transparent"]Week14[/TD]
[TD="width: 64, bgcolor: transparent"]Week15[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2495[/TD]
[TD="bgcolor: transparent"]American Made[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent, align: right"]25/08/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2490[/TD]
[TD="bgcolor: transparent"]Annabelle:Creation[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent, align: right"]11/08/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2483[/TD]
[TD="bgcolor: transparent"]Atomic Blonde[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent, align: right"]09/08/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent, align: right"]0.35[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2479[/TD]
[TD="bgcolor: transparent"]Captain Underpants[/TD]
[TD="bgcolor: transparent"]FOX INT'L[/TD]
[TD="bgcolor: transparent, align: right"]24/07/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2474[/TD]
[TD="bgcolor: transparent"]Despicable Me 3[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent, align: right"]30/06/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2499[/TD]
[TD="bgcolor: transparent"]Dunkirk[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent, align: right"]21/07/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.6[/TD]
[TD="bgcolor: transparent, align: right"]0.55[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2463[/TD]
[TD="bgcolor: transparent"]Dunkirk.[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent, align: right"]21/07/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.6[/TD]
[TD="bgcolor: transparent, align: right"]0.55[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2481[/TD]
[TD="bgcolor: transparent"]Emoji Movie[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent, align: right"]04/08/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent, align: right"]0.35[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2484[/TD]
[TD="bgcolor: transparent"]Everything Everything[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent, align: right"]25/08/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2496[/TD]
[TD="bgcolor: transparent"]Girls Trip[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent, align: right"]26/06/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2488[/TD]
[TD="bgcolor: transparent"]Hitmans Bodyguard[/TD]
[TD="bgcolor: transparent"]LIONSGATE[/TD]
[TD="bgcolor: transparent, align: right"]17/08/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2497[/TD]
[TD="bgcolor: transparent"]Nut Job2[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent, align: right"]11/08/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2498[/TD]
[TD="bgcolor: transparent"]Rough Night[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent, align: right"]25/08/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.45[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent, align: right"]0.3[/TD]
[TD="bgcolor: transparent, align: right"]0.25[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2477[/TD]
[TD="bgcolor: transparent"]Spider Man:Homecoming[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent, align: right"]07/07/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2487[/TD]
[TD="bgcolor: transparent"]The Dark Tower[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent, align: right"]18/08/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2500[/TD]
[TD="bgcolor: transparent"]American Assassin[/TD]
[TD="bgcolor: transparent"]LIONSGATE[/TD]
[TD="bgcolor: transparent, align: right"]14/09/2017[/TD]
[TD="bgcolor: transparent, align: right"]0.5[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent, align: right"]0.4[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2501[/TD]
[TD="bgcolor: transparent"]Detroit[/TD]
[TD="bgcolor: transparent"]EONE FILMS[/TD]
[TD="bgcolor: transparent, align: right"]08/08/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2502[/TD]
[TD="bgcolor: transparent"]IT[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent, align: right"]08/09/2017[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]


sheet2

[TABLE="width: 1011"]
<colgroup><col width="64" style="width:48pt"> <col width="319" style="width:239pt"> <col width="130" style="width:98pt" span="3"> <col width="238" style="width:179pt"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"] No.[/TD]
[TD="width: 319, bgcolor: transparent"]Film[/TD]
[TD="width: 130, bgcolor: transparent"]COMPANY[/TD]
[TD="width: 130, bgcolor: transparent"][/TD]
[TD="width: 130, bgcolor: transparent"][/TD]
[TD="width: 238, bgcolor: transparent"]TERMS[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2495[/TD]
[TD="bgcolor: transparent"]American Made(3)[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]#NAME?[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2490[/TD]
[TD="bgcolor: transparent"]Annabelle:Creation(5)[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent"]5[/TD]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]30%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2474[/TD]
[TD="bgcolor: transparent"]Despicable Me 3(11)[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent"]11[/TD]
[TD="bgcolor: transparent"]6[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2501[/TD]
[TD="bgcolor: transparent"]Detroit(5)[/TD]
[TD="bgcolor: transparent"]EONE FILMS[/TD]
[TD="bgcolor: transparent"]5[/TD]
[TD="bgcolor: transparent"]18[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2499[/TD]
[TD="bgcolor: transparent"]Dunkirk(8)[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent"]8[/TD]
[TD="bgcolor: transparent"]7[/TD]
[TD="bgcolor: transparent"]45%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2481[/TD]
[TD="bgcolor: transparent"]Emoji Movie(6)[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent"]6[/TD]
[TD="bgcolor: transparent"]9[/TD]
[TD="bgcolor: transparent"]30%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2484[/TD]
[TD="bgcolor: transparent"]Everything Everything(3)[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]10[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2496[/TD]
[TD="bgcolor: transparent"]Girls Trip(11)[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent"]11[/TD]
[TD="bgcolor: transparent"]11[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2488[/TD]
[TD="bgcolor: transparent"]Hitmans Bodyguard(4)[/TD]
[TD="bgcolor: transparent"]LIONSGATE[/TD]
[TD="bgcolor: transparent"]4[/TD]
[TD="bgcolor: transparent"]12[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2502[/TD]
[TD="bgcolor: transparent"]IT(1)[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent"]1[/TD]
[TD="bgcolor: transparent"]19[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2497[/TD]
[TD="bgcolor: transparent"]Nut Job2(5)[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent"]5[/TD]
[TD="bgcolor: transparent"]13[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2498[/TD]
[TD="bgcolor: transparent"]Rough Night(3)[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]14[/TD]
[TD="bgcolor: transparent"]30%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2477[/TD]
[TD="bgcolor: transparent"]Spider Man:Homecoming(10)[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent"]10[/TD]
[TD="bgcolor: transparent"]15[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2487[/TD]
[TD="bgcolor: transparent"]The Dark Tower(4)[/TD]
[TD="bgcolor: transparent"]SONY INT'L[/TD]
[TD="bgcolor: transparent"]4[/TD]
[TD="bgcolor: transparent"]16[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2500[/TD]
[TD="bgcolor: transparent"]American Assassin(-1)[/TD]
[TD="bgcolor: transparent"]LIONSGATE[/TD]
[TD="bgcolor: transparent"]-1[/TD]
[TD="bgcolor: transparent"]17[/TD]
[TD="bgcolor: transparent"]50%[/TD]
[/TR]
</tbody>[/TABLE]

in terms I need to lookup the number in colum a and return the last data in sheet1 that match the number in colum a
 
Upvote 0
[TABLE="width: 1011"]
<colgroup><col width="64" style="width:48pt"> <col width="319" style="width:239pt"> <col width="130" style="width:98pt" span="3"> <col width="238" style="width:179pt"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"] No.[/TD]
[TD="width: 319, bgcolor: transparent"]Film[/TD]
[TD="width: 130, bgcolor: transparent"]COMPANY[/TD]
[TD="width: 130, bgcolor: transparent"][/TD]
[TD="width: 130, bgcolor: transparent"][/TD]
[TD="width: 238, bgcolor: transparent"]TERMS[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2495[/TD]
[TD="bgcolor: transparent"]American Made(3)[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]2[/TD]
[TD="bgcolor: transparent"]#name ?[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2490[/TD]
[TD="bgcolor: transparent"]Annabelle:Creation(5)[/TD]
[TD="bgcolor: transparent"]WARNER BROS INT'L[/TD]
[TD="bgcolor: transparent"]5[/TD]
[TD="bgcolor: transparent"]3[/TD]
[TD="bgcolor: transparent"]30%[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2474[/TD]
[TD="bgcolor: transparent"]Despicable Me 3(11)[/TD]
[TD="bgcolor: transparent"]UNIVERSAL INT'L[/TD]
[TD="bgcolor: transparent"]11[/TD]
[TD="bgcolor: transparent"]6[/TD]
[TD="bgcolor: transparent"]0%[/TD]
[/TR]
</tbody>[/TABLE]

this is sheet 2 #name ? is what I get the number in column a is what I ma looking up in shee2
 
Upvote 0
I have one sheet with a list of fruit then next 6 colums are marked week1 to 6

Fruit Week1 Week2...
Apple 23 45
oranges 10
pears 5 6 7

on a second sheet I want to lookup the fruit and bring back the last row with data in it

if I lookup apples it will return 45
oranges 10

can anyone help

Let A:Z of Sheet1 house the data.

Let A2 of Sheet2 house Apple, a fruit of interest.

In B2 enter:

=LOOKUP(9.99999999999999E+307,INDEX(Sheet1!A:Z,MATCH($A2,Sheet1!A:A,0),0))
 
Upvote 0

Forum statistics

Threads
1,223,909
Messages
6,175,314
Members
452,634
Latest member
cpostell

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top