excelbytes
Active Member
- Joined
- Dec 11, 2014
- Messages
- 291
- Office Version
- 365
- Platform
- Windows
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 the MATCH function portion of the formula:
MATCH(Sheet1!A25,OFFSET(Sheet2!$A$3,MATCH(Sheet1!A28,Sheet2!$A$4:$A$13,0),1,1,16),1)
and hit F9, it resolved to an 8, like it should, and then when I hit enter, I get the correct result - 150%.
When I go through the Evaluate Formula process, it ends up as follows:
=INDEX(Sheet2!$B$3:$Q$3,1,8), then gives me a zero.
Notice the "8" is in italics.
Any idea why this is not working correctly?
Thanks for your help.
=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 the MATCH function portion of the formula:
MATCH(Sheet1!A25,OFFSET(Sheet2!$A$3,MATCH(Sheet1!A28,Sheet2!$A$4:$A$13,0),1,1,16),1)
and hit F9, it resolved to an 8, like it should, and then when I hit enter, I get the correct result - 150%.
When I go through the Evaluate Formula process, it ends up as follows:
=INDEX(Sheet2!$B$3:$Q$3,1,8), then gives me a zero.
Notice the "8" is in italics.
Any idea why this is not working correctly?
Thanks for your help.