A
Aaron
Hello,
I have a worksheet that I need a min if function sort of like the sum if
function.
I would like the min of QTY in Column "B" by the parts number I have in
Column "A".
The parts number could repeat many times in Column A.
The inputs are (Range, Critiera, Min range), so in this example I would
input (A:A,A2,B:B)
example
PN |QTY| Min
P123 | 4 | 2
P123 | 5 | 2
P123 | 6 | 2
P568 | 8 | 8
P568 | 9 | 8
P238 | 5 | 5
P238 | 6 | 5
P123 | 2 | 2
Is this possible?
Thanks, AJ
I have a worksheet that I need a min if function sort of like the sum if
function.
I would like the min of QTY in Column "B" by the parts number I have in
Column "A".
The parts number could repeat many times in Column A.
The inputs are (Range, Critiera, Min range), so in this example I would
input (A:A,A2,B:B)
example
PN |QTY| Min
P123 | 4 | 2
P123 | 5 | 2
P123 | 6 | 2
P568 | 8 | 8
P568 | 9 | 8
P238 | 5 | 5
P238 | 6 | 5
P123 | 2 | 2
Is this possible?
Thanks, AJ