Dear,
I need to catch a minimum value from a column with same condition.
For example.
A B C
123 0.5 0.5
123 0.8 0.5
123 0.6 0.5
123 1.0 0.5
124 0.3 0.3
124 0.5 0.3
124 0.6 0.3
124 1.1 0.3
Below example,
Same condition: A
Value: B
I need get result like C
Please help to give a solution, thanks in advance!
Valley
I need to catch a minimum value from a column with same condition.
For example.
A B C
123 0.5 0.5
123 0.8 0.5
123 0.6 0.5
123 1.0 0.5
124 0.3 0.3
124 0.5 0.3
124 0.6 0.3
124 1.1 0.3
Below example,
Same condition: A
Value: B
I need get result like C
Please help to give a solution, thanks in advance!
Valley