Hi,
I', struggling to find the right sequence for my index and match formula.
What I have is a table that I import from an XML file with headers (call it table 1 for now)
On another sheet I have a list with article numbers (which are also in table1, column1) and I need to add a value in column 2 that is at the crossing of the row with name in cel A1 en the column with name "x".
Some examples:
Table1
r1 column1 column2 column3
r2 art1 123 abc
r3 art2 456 def
Other sheet should produce this output
r1 article description
r2 art2 def
Normally I would do this with a normal lookup function and return the value for the 3 column. My issue is that the position of the column is constantly changing and Therefor I cannot rely on this value. So I was thinking that if I could return the value of the column with "name column3"(table1) for the row that has in column1 the value of art2 than that would solve my problem.
I've been trying the index and match but I think I did something wrong with one of the values.
Any tips would be most welcome.
Thnx,
Nico
I', struggling to find the right sequence for my index and match formula.
What I have is a table that I import from an XML file with headers (call it table 1 for now)
On another sheet I have a list with article numbers (which are also in table1, column1) and I need to add a value in column 2 that is at the crossing of the row with name in cel A1 en the column with name "x".
Some examples:
Table1
r1 column1 column2 column3
r2 art1 123 abc
r3 art2 456 def
Other sheet should produce this output
r1 article description
r2 art2 def
Normally I would do this with a normal lookup function and return the value for the 3 column. My issue is that the position of the column is constantly changing and Therefor I cannot rely on this value. So I was thinking that if I could return the value of the column with "name column3"(table1) for the row that has in column1 the value of art2 than that would solve my problem.
I've been trying the index and match but I think I did something wrong with one of the values.
Any tips would be most welcome.
Thnx,
Nico