INDEX MATCH formula from Excel 2007 not working in Excel 2010

beckys

Board Regular
Joined
Apr 19, 2005
Messages
116
I have an INDEX MATCH formula that worked fine in Excel 2007 that is not working in Excel 2010.

The INDEX part seems to be OK, the issue comes in with the match function.

The formula I'm using is this:
INDEX(NEFut[NumericClosingPrice], MATCH(1,(VLOOKUP(F387, Lookup!H:I, 2, FALSE)=NEFut[Combo])*(H387&I387=NEFut[ContractYearMonth]),0))

The references to "NEFut" come from a table on a separate tab. These ranges are the same size.

On my spreadsheet, the formula returns the #VALUE! error. When I use the evaluate formula function, it finds the range "NEFut[NumericClosingPrice]", it is able to do the VLOOKUP and return the correct value, but it returns the #VALUE! error when looking for the "NEFut[Combo]" range and the "NEFut[ContractYearMonth]" range.

Any assistance would be appreciated!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,225,637
Messages
6,186,137
Members
453,339
Latest member
Stu61

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