Hello,
I am using an index match match formula to return the latest percentage that corresponds with month and item #.
Currently the formula I am using is:
Formula:
=IFERROR(INDEX('21 Twin Walls'!$B$3:$EC$63,MATCH(Sheet2!K$2,'21 Twin Walls'!$B$3:$B$63,1),MATCH(Sheet2!$A7,'21 Twin Walls'!$B$3:$EC$3,0)),)
The formula should be returning 20% in K10, but nothing is showing. However, when I change
Formula:
MATCH(Sheet2!K$2,'21 Twin Walls'!$B$3:$B$63,1)
to
Formula:
MATCH(Sheet2!K$2,'21 Twin Walls'!$B$3:$B$50,1)
the formula returns the correct 20%.
It seems to me I might be doing too big of an array, but I'm not sure why this would be.
Thank you for your assistance
Sample Workbook Full.xlsx
Bookmarks