If you can get rid of the A's in each cell, then you could have an simpler formula,
e.g.
=INDEX(Transformer!$P$5:$P$13,MATCH(1,(Transformer!$N$5:$N$13>=Z51)*(Transformer!$O$5:$O$13>=Z52),0))
else you would need to extract the numbers...
e.g.
=INDEX(Transformer!$P$5:$P$13,MATCH(1,(LEFT(Transformer!$N$5:$N$13,FIND("A",Transformer!$N$5:$N$13)-1)+0>=LEFT(Z51,FIND("A",Z51)-1)+0)*(LEFT(Transformer!$O$5:$O$13,FIND("A",Transformer!$O$5:$O$13)-1)+0>=LEFT(Z52,FIND("A",Z52)-1)+0),0))
Note: Either formula needs to be confirmed with CTRL+SHIFT+ENTER not just ENTER... you will see { } brackets appear around the formula.
Bookmarks