Index Match Translation help needed

Ian1976

Board Regular
Joined
Feb 4, 2016
Messages
137
Office Version
  1. 365
Platform
  1. Windows
Hi Is there any chance someone could help translate this into a Index Match for me please?

=VLOOKUP($F$6,$F$10:$NK$13,MATCH($D$6,$F$9:$NK$9,0),FALSE)

Also if its not too much bother I'm also after the same index match formula to return the data which is located in the next cell down from the original formula!

Thanks :biggrin:
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Maybe
=INDEX($F$10:$NK$13,MATCH(F6,$F$10:$F$13,0),MATCH($D$6,$F$9:$NK$9,0))
and
=INDEX($F$10:$NK$13,MATCH(F6,$F$10:$F$13,0)+1,MATCH($D$6,$F$9:$NK$9,0))
 
Upvote 0
Hi Fluff nice to hear from you again! Hope your well and thanks for the help! (Again!) ?
 
Upvote 0
You're welcome & thanks for the feedback
 
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