I have the following INDEX formula:
=INDEX(Sheet2!$B$3:$Q$3,1,MATCH(Sheet1!A25,OFFSET(Sheet2!$A$3,MATCH(Sheet1!A28,Sheet2!$A$4:$A$13,0),1,1,16),1))
It should resolve to the following:
=INDEX(Sheet2!$B$3:$Q$3,1,8)
and give me the answer of 150%, but instead I am getting a zero.
When I highlight...