Good day again,
I need to find the Max volunteered hours for each unit. I believe this is going to be an array, but could someone help me put it together.
Data Table
<TBODY>
Unit
Employee
Total Volunteer Hours
1
a
12
2
a
24
1
b
57
1
c
35
</TBODY>
The result table should look like...