I
Ian
I need a formula which can be copied to any row in a spreadsheet to produce
a sum of the rows above startign at row 2.
eg =SUM(G2:Gthisrow-1)
I also need one to calculate the difference MIN & MAX in the same manner
It is going to be stored in another sheet and manually copy/pasted so I
suspect I may need to start the range reference with G$2, but I'm not sure.
Anyway, that's the easy bit. The hard bit (to me) is the relative reference.
I know how to do it in VBA code, but I need an in-cell formula.
Any ideas?
a sum of the rows above startign at row 2.
eg =SUM(G2:Gthisrow-1)
I also need one to calculate the difference MIN & MAX in the same manner
It is going to be stored in another sheet and manually copy/pasted so I
suspect I may need to start the range reference with G$2, but I'm not sure.
Anyway, that's the easy bit. The hard bit (to me) is the relative reference.
I know how to do it in VBA code, but I need an in-cell formula.
Any ideas?