Hello
I have tried with Large IF OR, but it creates a boolean and Large dont care about that. I also tried with Sumproduct, however that only seems to function with 2 criterias that isnt OR but rather AND.
To simplify my question i will ask with the alphabet.
I have clipped my data in below.
I need to have a formula that takes the larges of the letters from column N, which is looked up in Column L and the corresponding Largest number in Column M is shown.
My formula that doesnt work: =Large(If(C:C=A:A;B:M);1)
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]x[/TD]
[TD]4[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]7[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]z[/TD]
[TD]34[/TD]
[TD]Z[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]87[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]99[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]78[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]65[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Z[/TD]
[TD]15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Y[/TD]
[TD]16[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]H[/TD]
[TD]88[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have tried with Large IF OR, but it creates a boolean and Large dont care about that. I also tried with Sumproduct, however that only seems to function with 2 criterias that isnt OR but rather AND.
To simplify my question i will ask with the alphabet.
I have clipped my data in below.
I need to have a formula that takes the larges of the letters from column N, which is looked up in Column L and the corresponding Largest number in Column M is shown.
My formula that doesnt work: =Large(If(C:C=A:A;B:M);1)
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]x[/TD]
[TD]4[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]7[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]z[/TD]
[TD]34[/TD]
[TD]Z[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]87[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]99[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]78[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]65[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Z[/TD]
[TD]15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Y[/TD]
[TD]16[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]H[/TD]
[TD]88[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]