So, in my head, this is a little different that a standard Index/Match formula..
I have a name in one column and an answer in another column... the column headers have numbers in each..
What I'm trying to do is match the name, and the answer, and then tell me what the column header is..
1 2 3
Tommy Bread Milk Eggs
Johnny Eggs Milk Bread
Mikey Mile Bread Eggs
So if I was looking for Tommy and Bread, it should return the 2... Because Tommy and Milk are on the same line and it's in the #2 column
I have a name in one column and an answer in another column... the column headers have numbers in each..
What I'm trying to do is match the name, and the answer, and then tell me what the column header is..
1 2 3
Tommy Bread Milk Eggs
Johnny Eggs Milk Bread
Mikey Mile Bread Eggs
So if I was looking for Tommy and Bread, it should return the 2... Because Tommy and Milk are on the same line and it's in the #2 column
Last edited: