Have index match formula search index from bottom to top

reasem

New Member
Joined
Nov 15, 2019
Messages
38
Hello all, looking to edit my index match function to pull data from my index from the bottom to top. A lookup formula works too, I searched the forum and tried the formula that people have been posting, this was my function:

=IFERROR(IF(LOOKUP(2,1/('Data Dump'!$Q$2:$Q$20000=U19581),'Data Dump'!$K$2:$K$20000)>"1",LOOKUP(2,1/('Data Dump'!$Q$2:$Q$20000=U19581),'Data Dump'!$K$2:$K$20000),""),"")

However, it wasn't seeming to work for me.
Here's my current function that works but pulls from top down:

=IFERROR(IF(VLOOKUP(CONCATENATE("XXXXX",RIGHT(U19585,4)),PageLength,5,FALSE)>"1",INDEX('Data Dump'!K:U,MATCH(CONCATENATE("XXXXX",RIGHT(U19585,4)),'Data Dump'!Q:Q,0),1),""),"")
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
If you have the Excel 365 Insider version you can use function XLOOKUP, one of whose arguments is [search_mode], which enables you search from the bottom up.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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