So I need to capture the Name and corresponding Total. Notice that the Employee total is varying cells below the name - For Bobby Jones its 3 down and Ricky Bobby its 4.
For example the desired data would read like this:
<tbody>
A
B
1
Bobby Jones
300
2
Ricky Bobby
1,100
</tbody>
The...