Hi, I am having trouble with an INDEX, MATCH, MATCH formula.
Basically what I want to do is say.
If the PROCUREMENT COUNTRY and the DIV @ROW match then return the PROCUREMENT MANAGER from the DIVISION ASSIGNMENT BREAKDOWN sheet.
=INDEX({DIVISION ASSIGNMENT BREAKDOWN Range 2}, MATCH([PROCUREMENT COUNTRY]@row, {DIVISION ASSIGNMENT BREAKDOWN Range 1}, 0), MATCH(DIV@row, {DIVISION ASSIGNMENT BREAKDOWN Range 3}, 0))
It works up until I add the second match then it returns an #INVALID VALUE
Any help would be greatly appreciated.