I have three Index/Match formulas spread across three different cells horizontally and am trying to combine into one combined (nested?) formula in a cell, but have not had any luck so far. Any ideas. See below. Thanks.

{=IFERROR(INDEX($L$2:$L$5,MATCH(1,($J$2:$J$5>=B2)*($J$2:$J$5<=C2)*($K$2:$K$5=D2),0)),"")}
{=IFERROR(INDEX($L$2:$L$5,MATCH(C2+1&D2,$J$2:$J$5&$K$2:$K$5,0)),"")}
{=IFERROR(INDEX($L$2:$L$5,MATCH(B2-1&D2,$J$2:$J$5&$K$2:$K$5,0)),"")}