I have the following array formula:
={INDEX(r_base_liability,MATCH(1,("Liability"=r_peril_liability)*(i_score=r_score_liability)*(i_liabilit_bucket=r_terr_liability),0))}
This performs a 3 way look up, and so far it is working fine.
However, I want to loop through the parameters i_score, and...