Index Match

j4ymf

Well-known Member
Joined
Apr 28, 2003
Messages
741
Office Version
  1. 365
Platform
  1. Windows
Hello

I have this formula which someone on this forum has written for me but i need to change it to match the second option in the list.
Thank you

=IFNA(INDEX(Download!$J$2:$J$9999,MATCH(B42&"|"&A42,INDEX(Download!$F$2:$F$9999&"|"&Download!$Q$2:$Q$9999,0),0)),"")
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Since you have Excel 365 I have assumed that you have the FILTER function, so try
Excel Formula:
=IFERROR(INDEX(FILTER(Download!J2:J9999,(Download!F2:F9999=B42)*(Download!Q2:Q9999=A42)),2),"")


If you happen to not have FILTER() then try
Excel Formula:
=IFERROR(INDEX(Download!J:J,AGGREGATE(15,6,ROW(Download!J2:J9999)/((Download!F2:F9999=B42)*(Download!Q2:Q9999=A42)),2)),"")
 
Upvote 0

Forum statistics

Threads
1,216,031
Messages
6,128,422
Members
449,450
Latest member
gunars

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