I have an excel spreadsheet containing approx 100 records for each day over an 11 year period. For each day in the spreadsheet I need to take the value in a starting cell and add it to the value in the next cell, to get an accumulated total, recording these values in a third cell For example C2 = 1, C3=2, C4=3, C5=4.
I need to write a macro that then shows
D2=1, D3=3, D4=6, .....

Can anybody give me any ideas on how to do this? Refer the example below.
Capture.PNG

Thanks