INDEX and MATCH Combo Formula not Working across Spreadsheets

Luincale

New Member
Joined
May 24, 2016
Messages
3
Hi all,

I've had trouble getting this formula to work and just know it must be something simple I am missing. Please add a pair of fresh eyes for me! Here's the formula I start with:

Code:
=INDEX(Table3,MATCH(K3,Table3[[#All],[State]],0),(MATCH(L3,Table3[#Headers],0)))

This runs smoothly; however, when I attempt to move the formul to another spreadsheet within the same workbook and change the references to K3 and L3, it stops working and gives me a #N/A error.

Code:
=INDEX(Table3,MATCH(E3,Table3[[#All],[State]],0),(MATCH(D5,Table3[#Headers],0)))

E3 in the above formula contains a VLOOKUP, but when I enter something directly, I still have issues, so I am assuming the actual problem is regarding the spreadsheet change. THe same happens if I attempt to link the "K3" and L3" cell references in the first formula to another spreadheet in the workbook, too. What am I wrongly assuming?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
The #N/A suggests that one of the MATCH functions isn't returning a value. Try selecting the cell with the formula and then using "Evaluate Formula" on the Formulas tab to step through the evaluation of the formula and see where the problem lies.

WBD
 
Upvote 0

Forum statistics

Threads
1,214,379
Messages
6,119,190
Members
448,874
Latest member
Lancelots

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