I have created a table which shows the amount of volunteer hours I have worked each day. I then created another column which I wish to create a running total of the hours worked each day. e.g: A B
C 1 Date Hours Running Total 2 01/09/09 03:30 03:30 3 02/09/09 03:30 07:00 However, when I get passed 24 hours, it goes back to 0 ...