A
aresar
I have data in columns A and B (B data references the A column).
The numbers in A are not in order and cannot be placed in order.
want to be able to have a few functions that will the return th
highest value, lowest value, and average of the matching data fro
column B if the numbers in A are exactly the same.
Example
A B
10 200
14 10
15 684
10 11
39 906
If I wanted the highest and lowest and average for 10?
Please take into consideration that my list is very long and there wil
be many instances where the value in A is 10.
Any help would be appreciated
The numbers in A are not in order and cannot be placed in order.
want to be able to have a few functions that will the return th
highest value, lowest value, and average of the matching data fro
column B if the numbers in A are exactly the same.
Example
A B
10 200
14 10
15 684
10 11
39 906
If I wanted the highest and lowest and average for 10?
Please take into consideration that my list is very long and there wil
be many instances where the value in A is 10.
Any help would be appreciated