index and match function

Gusher

Board Regular
Joined
Aug 21, 2011
Messages
207
Office Version
  1. 365
Platform
  1. Windows
'=INDEX(range10,MATCH($B5,banklist10,0),MATCH(K4,header10,0))


This formula returns data but it is the cell one column to the left of the data it should return. Any thoughts please?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You have named tables and did no tell us where they are.
range10, banklist10 and header10
Could you please post a screenshot or the reference of your tables.
 
Upvote 0
=INDEX(range10,MATCH($B5,banklist10,0),MATCH(K4,header10,0))


This formula returns data but it is the cell one column to the left of the data it should return. Any thoughts please?

range10 = data2!$D$5:$AN$3880

banklist10 = =data2!$B$5:$B$3880

header10 = =data2!$C$3:$AN$3
 
Upvote 0
the ranges seem wrong

so the header is C and so the Range 10 - should start at C OR header start at D

header should be
=data2!$D$3:$AN$3
 
Upvote 0
@Gusher

I have merged your two threads asking the same question.

In future, please do not post the same question multiple times. See Forum Rules (#12).
If asked for additional information, please post that additional information in the same thread.
 
Upvote 0

Forum statistics

Threads
1,223,931
Messages
6,175,465
Members
452,646
Latest member
tudou

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