gateway123
New Member
- Joined
- Jul 18, 2012
- Messages
- 5
Hi, I got 2 columns I want to calculate the minimum value corresponding each number 1 and 2. I don't know how to put the min function in it.
=VLOOKUP(C1:C2,A1:B11,2,False)
1 0.01 1
1 0.00 2
1 0.04
1 0.09
1 0.04
1 0.06
2 2.01
2 3.00
2 7.04
2 1.09
2 2.04
2 0.06
I am hoping results should look like this
1 0.00
2 0.06
=VLOOKUP(C1:C2,A1:B11,2,False)
1 0.01 1
1 0.00 2
1 0.04
1 0.09
1 0.04
1 0.06
2 2.01
2 3.00
2 7.04
2 1.09
2 2.04
2 0.06
I am hoping results should look like this
1 0.00
2 0.06