Oh everything is possible. "We are the music makers, and we are the dreamers of dreams."
Just take the 0's out of the MATCH's and the formula will approximate instead of look for an exact match.
=INDEX(Sheet2!B2:M13,MATCH(A1,Sheet2!B1:M1),MATCH(A2,Sheet2!A2:A13))*90
Furthermore, you can encapsulate the whole thing in IFERROR to create a default output for when there is no match, such as "" to just leave the cell blank.
=IFERROR(INDEX(Sheet2!B2:M13,MATCH(A1,Sheet2!B1:M1),MATCH(A2,Sheet2!A2:A13))*90,"")
I created an attachment of it working on my end, with ranges highlighted as the criteria is applying in the formula.
I also threw in a unicorn, because spreadsheets need more unicorns.
Bookmarks