ElliotDark
New Member
- Joined
- Feb 23, 2010
- Messages
- 34
Hey guys, I really need some help on this. Been trying to work out a offset formula on this but the table size isn't always the same, it can be 1-30 days.
<tbody>
</tbody>
Trying to use the name as the key, like this:
<tbody>
</tbody>
Is it possible to find the distance between "John Doe" and the cell with the total and use that as the offset or does anyone have a better idea on how to do this?
I really appricate your time and effort!
John Doe | in | out | Total |
21.april.2012 | 20:00 | 22:00 | 4 hrs |
22.april.2012 | 20:00 | 22:00 | 4 hrs |
Total: | 8 hrs |
<tbody>
</tbody>
Trying to use the name as the key, like this:
Name | Worked hrs |
John Doe | 8 hrs |
<tbody>
</tbody>
Is it possible to find the distance between "John Doe" and the cell with the total and use that as the offset or does anyone have a better idea on how to do this?
I really appricate your time and effort!