Wow thanks guys...learning alot on this thread!
Ah yes you are correct, I may have alpha-numeric references!
One final request
If I wanted to find the nth largest value of column C, based on the above formulas
e.g.
1...5
2...7
3...9
4...11
4...5
4...1
5...7
5...7
5...4
6...1
6...3
7...20
So, if I wanted to find the 1st largest group it would be 5, as the sum of column C is 18
Wanted to find the 1st largest single it would be 7, as its value is 20
Wanted to find the 3rd largest overall, it would be 4 as its value is 17
I am happy with 3 different formula (one for group, one for single, one for overall) but not sure the best way to implement MAX, MIN, LARGE, SMALL with this methods above?
Any help would be great as I can then complete my project tonight!