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:
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.
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?
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?