Please excuse the sanitised description. I have a list of people conducting a number of events each, over time. I need to be able to tell the time difference between the last event for each person and the previous events they conducted. I have attached an example of how I can do it manually, using absolute cell referencing, but the list is in the hundreds and it's a bit tedious doing it this way.
Any help would be greatly appreciated.
[TABLE="width: 700"]
<tbody>[TR]
[TD]Individual[/TD]
[TD]Event Date Time[/TD]
[TD]Difference From Final Event[/TD]
[TD]Formula[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]07/06/2013 14:50:07[/TD]
[TD]00:00:00
[/TD]
[TD]=B$2-B2[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]07/06/2013 14:27:47[/TD]
[TD]00:01:48[/TD]
[TD]=B$4-B3[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]07/06/2013 14:29:35[/TD]
[TD]00:00:00[/TD]
[TD]=B$4-B4[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]07/06/2013 14:28:11[/TD]
[TD]00:14:35[/TD]
[TD]=B$7-B5[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]07/06/2013 14:41:55[/TD]
[TD]00:00:51[/TD]
[TD]=B$7-B6[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]07/06/2013 14:42:46[/TD]
[TD]00:00:00[/TD]
[TD]=B$7-B7[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 13:50:52[/TD]
[TD]01:01:18[/TD]
[TD]=B$11-B8[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 13:50:53[/TD]
[TD]01:01:17[/TD]
[TD]=B$11-B9[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 14:13:24[/TD]
[TD]00:38:46[/TD]
[TD]=B$11-B10[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 14:52:10[/TD]
[TD]00:00:00[/TD]
[TD]=B$11-B11[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated.
[TABLE="width: 700"]
<tbody>[TR]
[TD]Individual[/TD]
[TD]Event Date Time[/TD]
[TD]Difference From Final Event[/TD]
[TD]Formula[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]07/06/2013 14:50:07[/TD]
[TD]00:00:00
[/TD]
[TD]=B$2-B2[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]07/06/2013 14:27:47[/TD]
[TD]00:01:48[/TD]
[TD]=B$4-B3[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]07/06/2013 14:29:35[/TD]
[TD]00:00:00[/TD]
[TD]=B$4-B4[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]07/06/2013 14:28:11[/TD]
[TD]00:14:35[/TD]
[TD]=B$7-B5[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]07/06/2013 14:41:55[/TD]
[TD]00:00:51[/TD]
[TD]=B$7-B6[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]07/06/2013 14:42:46[/TD]
[TD]00:00:00[/TD]
[TD]=B$7-B7[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 13:50:52[/TD]
[TD]01:01:18[/TD]
[TD]=B$11-B8[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 13:50:53[/TD]
[TD]01:01:17[/TD]
[TD]=B$11-B9[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 14:13:24[/TD]
[TD]00:38:46[/TD]
[TD]=B$11-B10[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]07/06/2013 14:52:10[/TD]
[TD]00:00:00[/TD]
[TD]=B$11-B11[/TD]
[/TR]
</tbody>[/TABLE]