Match Index

Ian1976

Board Regular
Joined
Feb 4, 2016
Messages
139
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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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! :beerchug:
 
Upvote 0

Forum statistics

Threads
1,224,822
Messages
6,181,165
Members
453,021
Latest member
Justyna P

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