I am trying to set up an Excel formula using an index match function, where the lookup array can be in two different columns using structural referencing.
For some reasons I always get an error message on the lookup_array, which is referring to two table columns.
My formula is the following:
{=INDEX(Table1[Sales],MATCH(G4,Table1[Product],0),MATCH(H4,Table1[[Region 1]:[Region 2]],0))}
Hope someone can help me here. See also screenshot for an example case.