Hi. i'm currently working on my bachelor thesis and i'm now trying to create a formula that gives me the "header", after it has identified the largest number in the set and give me the column header as a answer.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]0.5[/TD]
[TD]2[/TD]
[TD]7[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]7[/TD]
[TD]9[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD]60[/TD]
[TD]19[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]2[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD]9[/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
So what i'm trying to do is to get the formula to identify (in the first row with numbers) 10 as the largest number on the row, and then give me I in a new cell somewhere on the sheet, and so on for the Nth largest numbers i need. Also on the other rows. Is there anyway to do this? tried with hlookup and other formulas, but it won't give me the text.. is there also a possibility to make the letters have a value? e.g F=0,876? and get that in the goalcell? Any tips would be much appreciated. Thx
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]0.5[/TD]
[TD]2[/TD]
[TD]7[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]7[/TD]
[TD]9[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8[/TD]
[TD]3[/TD]
[TD]60[/TD]
[TD]19[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]2[/TD]
[TD]8[/TD]
[TD]2[/TD]
[TD]9[/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
So what i'm trying to do is to get the formula to identify (in the first row with numbers) 10 as the largest number on the row, and then give me I in a new cell somewhere on the sheet, and so on for the Nth largest numbers i need. Also on the other rows. Is there anyway to do this? tried with hlookup and other formulas, but it won't give me the text.. is there also a possibility to make the letters have a value? e.g F=0,876? and get that in the goalcell? Any tips would be much appreciated. Thx