C
Campbell
In column A I have twenty groups, in Column B ref#, In Column C First
Name, In Column D Surname and In Column E the numerical value.
The data rows are from 2 to 534.
I can find the total and maximum for each group using arrays.
1. What I like is the name of who has the highest value in each group.
2. If they are tied then all the names that are tied maximum.
3. If possible all the names in the group with a value over 2.
I hope that this makes sense.
Name, In Column D Surname and In Column E the numerical value.
The data rows are from 2 to 534.
I can find the total and maximum for each group using arrays.
1. What I like is the name of who has the highest value in each group.
2. If they are tied then all the names that are tied maximum.
3. If possible all the names in the group with a value over 2.
I hope that this makes sense.