Match Index

Ian1976

Board Regular
Joined
Feb 4, 2016
Messages
137
Office Version
  1. 365
Platform
  1. Windows
Hi could anyone help me with this i'm going number blind!

https://1drv.ms/x/s!Aszg_mMOoSFEgSM203OyZbldchOt?e=LLq6Ur

When I select TU1 in C7 I get the correct results from the table $J$14:$O$20, but when I select TU2 from the dropdown in C7 I'm not getting the results I need?

Can someone point me in the right direction please?

Thanks
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Re: Match Index help needed please.

Think maybe i see it now. Maybe this:

=INDEX($J$14:$O$20,MATCH($K$5,$J$14:$J$20,0),MATCH(INDEX($F$7:$H$9,MATCH(K5,$D$7:$D$9,0),COUNTA($K$5:K5)),$J$13:$O$13,0))
 
Upvote 0
Re: Match Index help needed please.

Thanks that works a treat, what do I need to alter for M8,N8,O8 & P8?

Thanks
 
Upvote 0
Re: Match Index help needed please.

In K7:

=INDEX($J$14:$O$20,MATCH($K$5,$J$14:$J$19,0),MATCH(INDEX($F$7:$H$9,MATCH(K5,$D$7:$D$9,0),COUNTA($K$5:K5)),$J$13:$O$13,0))

In L7:

=INDEX($J$14:$O$20,MATCH($K$5,$J$14:$J$19,0)+1,MATCH(INDEX($F$7:$H$9,MATCH(K5,$D$7:$D$9,0),COUNTA($K$5:L5)),$J$13:$O$13,0))

Then copy the two cells and paste into M7 and 07.
 
Upvote 0
Re: Match Index help needed please.

Thanks you so much! Works great! (y)
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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