My workbook with multiple INDEX/METCH array functions has stoped displaying results. The formulas look like:
{=IFERROR(INDEX(Cou,MATCH(1,(Nat=$C81)*(shop=$D$2),0),1),"")}
I also tried with:
{=IFERROR(INDEX(Cou,MATCH($C81,Nat,0),MATCH($D$2,shop,0)),"")}
where Cou, Nat and shop are names of data...