I have used this code before and it functions fine. I want to modify it for another use.
original code {=IFERROR(INDEX(Entry,MATCH(1,(B56=Div)*(B57=Model)*(MAX(IF(Div=B56,IF(Model=B57,Pts)))=Pts),0)),"x")}
I no longer need "model", so I thought I could just removed it, but it's not...