Hello,
I need a simple MIN formula with 2 criteria. Below Is the table
[TABLE="width: 184"]
<tbody>[TR]
[TD="width: 78, bgcolor: transparent"]component
[/TD]
[TD="width: 103, bgcolor: transparent"]description
[/TD]
[TD="width: 64, bgcolor: transparent"]qty
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]10
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]62
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]84
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]56
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]3
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]9
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]84
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]25
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]f
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]9
[/TD]
[/TR]
</tbody>[/TABLE]
I would like the formula to lookup criteria under column A and give me the min value only for systemic parts. example component A, SYSTEMATIC MIN value is 10
I need a simple MIN formula with 2 criteria. Below Is the table
[TABLE="width: 184"]
<tbody>[TR]
[TD="width: 78, bgcolor: transparent"]component
[/TD]
[TD="width: 103, bgcolor: transparent"]description
[/TD]
[TD="width: 64, bgcolor: transparent"]qty
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]10
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]62
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]84
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]56
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]3
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]9
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]84
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]systematic
[/TD]
[TD="bgcolor: transparent, align: right"]25
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]f
[/TD]
[TD="bgcolor: transparent"]non-systematic
[/TD]
[TD="bgcolor: transparent, align: right"]9
[/TD]
[/TR]
</tbody>[/TABLE]
I would like the formula to lookup criteria under column A and give me the min value only for systemic parts. example component A, SYSTEMATIC MIN value is 10
Last edited: