Help with Index with 2 Match

shahdelsol

Active Member
Joined
Jul 21, 2009
Messages
276
Office Version
  1. 365
Platform
  1. Windows
I am trying use Index combined with 2 Match but I am stuck with my first Match. In the formula below, J3 equals a 4 digit number that needs to be found in A7:A17. The problem is in this array each cell has various 4 digit numbers separated by comma.
For example if J3 = 8580

A7 could be: New items (8230,8620, 8390)
A8 could be: Apple (8090)
A9 could be: Orange (8520, 8620, 8450,8580)
And so on

In this case my match is in A9. Is Match function capable of finding such a match? Or my first Match needs to be replaced by a different function?


Code:
=INDEX(G7:U17,MATCH(J3, A7:A17,0),MATCH(I11,G6:U6,0))
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,216,075
Messages
6,128,657
Members
449,462
Latest member
Chislobog

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