nuke_twidget
New Member
- Joined
- Apr 13, 2016
- Messages
- 26
I have a few sheets I'm working with and I'm having a hard time adapting an index/match formula to meet my needs. On Sheet 1 is a table with a number of different numbers in the header with a number of other values in the rows below. On Sheet 2, there is a vertical row corresponding to the header values from the table on Sheet 1. I need a formula to return the minimum value from column with the matched value from Sheet 1, ignoring cells with blanks so they don't return zeroes. After that, I will need another formula to match that minimum value to a product in yet another column. Below is an example with the correct values in Sheet 2. Thanks in advance for any and all help.
Sheet 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]12[/TD]
[TD]24[/TD]
[TD]52[/TD]
[TD]48[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]Orange[/TD]
[TD]2[/TD]
[TD][/TD]
[TD]6[/TD]
[TD]56[/TD]
[/TR]
[TR]
[TD]Pear[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]9[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Grapes[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]14[/TD]
[TD]24[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD]1[/TD]
[TD]Pear[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]2[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]48[/TD]
[TD]24[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]52[/TD]
[TD]4[/TD]
[TD]Apple[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]12[/TD]
[TD]24[/TD]
[TD]52[/TD]
[TD]48[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]Orange[/TD]
[TD]2[/TD]
[TD][/TD]
[TD]6[/TD]
[TD]56[/TD]
[/TR]
[TR]
[TD]Pear[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]9[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Grapes[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]14[/TD]
[TD]24[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD]1[/TD]
[TD]Pear[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]2[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]48[/TD]
[TD]24[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]52[/TD]
[TD]4[/TD]
[TD]Apple[/TD]
[/TR]
</tbody>[/TABLE]