hooper12345
New Member
- Joined
- May 12, 2015
- Messages
- 36
Could someone point me to a post that previously address this (can't locate) or assist me with the following:
I'm trying to return the row header for the lowest value in the set. Using the table below what i'd like to display where the XX is would be "Changed" and "Dated". I'm struggling with the right order of INDEX and MATCH to get this to work.
thank you for the help in advance,
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]lowest[/TD]
[TD]60%[/TD]
[TD]40%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]XX[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]bundle[/TD]
[TD]4N[/TD]
[TD]5N[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Changed?[/TD]
[TD]60%[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Dated?[/TD]
[TD]100%[/TD]
[TD]40%[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Visual Check?[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to return the row header for the lowest value in the set. Using the table below what i'd like to display where the XX is would be "Changed" and "Dated". I'm struggling with the right order of INDEX and MATCH to get this to work.
thank you for the help in advance,
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]lowest[/TD]
[TD]60%[/TD]
[TD]40%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]XX[/TD]
[TD]XX[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]bundle[/TD]
[TD]4N[/TD]
[TD]5N[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Changed?[/TD]
[TD]60%[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Dated?[/TD]
[TD]100%[/TD]
[TD]40%[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Visual Check?[/TD]
[TD]100%[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]