Here's what I need to do:
This is the raw data I have to work with:
Name Score
<tbody>
</tbody>
Looking forward to your responses. Thanks!!
Mark
This is the raw data I have to work with:
Name Score
Tom | 0 | ||
Tom | 50 | ||
Tom | 75 | ||
Tom | 100 | ||
Tom | 90 | ||
Rick | 80 | ||
Harry | 100 | ||
Harry | 95 | ||
And... Here's how I want it to look | |||
Name | Highest Score | ||
Tom | 100 | ||
Rick | 80 | ||
Harry | 100 | ||
If that's all I can figure out, that would be great. It would be even better if I could produce this: | |||
Name | Highest Score | Attempts | |
Tom | 100 | 5 | |
Rick | 80 | 1 | |
Harry | 100 | 2 |
<tbody>
</tbody>
Looking forward to your responses. Thanks!!
Mark
Last edited: