I have a table that is linked via vlookup to another table which gets automatically populated.
The problem is that if I add new columns to the first table, the vlookup function fails and reads values from the wrong column.
e.g:
in table 1: first column gives me names. second column gives me age.
so for table2 using vlookup, i can get the entry in column 2 of table 1 which is age.
but if i add another column between the two existing columns of table 1, call is County column, table 2 instead of giving me age will now read of country.
is there any way I can make excel follow the column in table 1 even if new columns are added all around it?
The problem is that if I add new columns to the first table, the vlookup function fails and reads values from the wrong column.
e.g:
in table 1: first column gives me names. second column gives me age.
so for table2 using vlookup, i can get the entry in column 2 of table 1 which is age.
but if i add another column between the two existing columns of table 1, call is County column, table 2 instead of giving me age will now read of country.
is there any way I can make excel follow the column in table 1 even if new columns are added all around it?