Hi,
I have a list like the one given below:
a1 a2 a3
a 37 53 57
b 38 42 75
c 68 31 19
d 89 22 48
e 69 23 46
a 84 25 85
b 13 37 40
c 54 39 42
d 21 61 83
e 68 89 17
I need to get the largest/smallest number from lets say col a2, which corrosponds to c.
with sumproduct, I get the sum of all of them (thanks to Chandoo.org). However, I am not able to solve this.
Any help will be appreciated.
I have a list like the one given below:
a1 a2 a3
a 37 53 57
b 38 42 75
c 68 31 19
d 89 22 48
e 69 23 46
a 84 25 85
b 13 37 40
c 54 39 42
d 21 61 83
e 68 89 17
I need to get the largest/smallest number from lets say col a2, which corrosponds to c.
with sumproduct, I get the sum of all of them (thanks to Chandoo.org). However, I am not able to solve this.
Any help will be appreciated.