Hello,
I'm trying to generate a lookup that would return a value in a column based on several criteria and the SUM MAX of two figures. Been using INDEX(SUMPRODUCT()) for all of my lookups up till now, so thinking it may be just a matter of appropriately nesting MAX, SUM, SUMPRODUCT, and INDEX but keep getting stuck on the logic.
Basically what I need:
Retrieve the value in Column E based on MAX SUM of columns G and L where A:A=O2,D:D=O4,F:F and K:K =P2, H:H=Q2
[/IMG]
Thanks in advance!
I'm trying to generate a lookup that would return a value in a column based on several criteria and the SUM MAX of two figures. Been using INDEX(SUMPRODUCT()) for all of my lookups up till now, so thinking it may be just a matter of appropriately nesting MAX, SUM, SUMPRODUCT, and INDEX but keep getting stuck on the logic.
Basically what I need:
Retrieve the value in Column E based on MAX SUM of columns G and L where A:A=O2,D:D=O4,F:F and K:K =P2, H:H=Q2
Thanks in advance!