How to get over the Table Name "Index" when using Index-Match formula

Copper Contributor

Hello!

 

I'm having some troubles as i get a #REF! error because someone else at some point created a table with the name "Index", and when i evaluate the formula, excel retrieves the table range instead of identifying it as a usage of formula.

 

Is there anyway to overcome this without having to change the name of the table (as I do not know where they are using it, nor who is using it.

 

Right now i've just used vlookup for what I need to do, but wondering if there's any way to continue using index-match, as i much prefer that one over vlookup.

 

Thanks!

 

Edit: As an example, my formula would be:

=Index(E468:E483,MATCH(A483,F468:F483,0))

But Index is a table name for range $A$2:$J$1815, so when i evaluate step by step, excel evaluates it as:

=Index(E468:E483,MATCH(A483,F468:F483,0))

=Index!$A$2:$J$1815(E468:E483,MATCH(A483,F468:F483,0)

and so on, then ends at =#REF!

3 Replies
Changing the table name should not lead to any issues as Excel automatically changes all the references to the new name. So I guess this would be your best shot

@PascalKTeam 

 

Yeah, i've thought of it, but i'm just afraid whoever is using the name would suddenly find their formulas failing in the future. 

 

Named ranges that are named "Index" would still allow index-match to work though, but because the one in my workbook is a table name, so oddly it doesnt identify it as a formula.

If I was you I would save a copy of the file, change the name of the table and then compare the 2 files. If they show the same, it worked...