How can I create a multiple statement within this function:

=INDEX(Block,MATCH(B2&K2,Day_of_Week&Name,0))

I would like the formula to be:

=INDEX(Block,MATCH(B2&K2,Day_of_Week&Name,0)), =INDEX(Block,MATCH(B2&J2,Day_of_Week&Name,0))

However, excel returns the wrong #N/A how can I do this? I would like the formula to return the same thing the original formula does except using a different reference column in the second half. Thanks!

By the way Block is the name of a range and so are Day_of_Week and Name