I am using the following formula to look up the combination of two cells to look up the two matching cells on another sheet, and then return the balance in another cell:
{=INDEX(Sheet1!$F$11:$F$14,MATCH(Sheet2!C11&Sheet2!D11,(Sheet1!$C$11:$C$19&Sheet1!$D$11:$D$19),0),1)}
It’s returning #N/A when it can’t find a match, which I would expect it to do. I want it to display a 0 instead of #N/A if it can’t find a match. I’ve used the ISERROR nested function to do that before, but I cannot figure out how to incorporate it into this array formula. Any ides? Thanks! (file attached)
-Kelley