Index/Match formula working in' Insert Function' Preview, but returns VALUE error on spreadsheet

yateseyb

New Member
Joined
Mar 5, 2014
Messages
2
Hello,

I've been working on an index/match formula on Excel to retrieve a value from a table based on two column criteria. When I do this via the Insert Function tool, it correctly previews the value it should lookup, but once I've clicked OK and returned to the spreadsheet, it returns a #VALUE! error.

All data in the spreadsheet is stored as text, and I'm nearly certain the formula is correct. The table it's looking up against is a big table (17 columns x 20,000 rows), yet it is still able to provide a result in the 'Insert Function' window?

=INDEX(I2:AB20610,MATCH(B3&$B$1,L2:L20610&O2:O20610,0),9)

Any help would be appreciated :)
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi,

As it stands, that formula will need to be array-entered** in order to give you the desired result.

It appears to be a peculiarity of the Insert Function window that calculations are made on the array version of the formula, whether that formula has been committed as such in the actual worksheet or not.

Regards


**Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
</SPAN></SPAN>
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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