Hi all, I need some help regarding Index/Match as I'm not sure why this isn't working.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]30.2[/TD]
[TD]40.2[/TD]
[TD]60.0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5.4[/TD]
[TD]15.1[/TD]
[TD]90.1[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]30.1[/TD]
[TD]40.5[/TD]
[TD]50.3[/TD]
[/TR]
</tbody>[/TABLE]
in the table above, I want to output which Month has the largest value (so in this case, my output should read Mar)
this is my current formula =index(A1:C1,Match(large(A1:C4,1),A2:C4,1)) - however this gives me an error. If I limit my array to A3:C3 it works fine. Any help is appreciated.
Thanks.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]30.2[/TD]
[TD]40.2[/TD]
[TD]60.0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5.4[/TD]
[TD]15.1[/TD]
[TD]90.1[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]30.1[/TD]
[TD]40.5[/TD]
[TD]50.3[/TD]
[/TR]
</tbody>[/TABLE]
in the table above, I want to output which Month has the largest value (so in this case, my output should read Mar)
this is my current formula =index(A1:C1,Match(large(A1:C4,1),A2:C4,1)) - however this gives me an error. If I limit my array to A3:C3 it works fine. Any help is appreciated.
Thanks.