I'd like a formula for Google Docs spreadsheets that will return the sum of the values of the 10 cells above the current cell.
That is, if I'm on C31, I want the equivalent of =SUM(C20:C30). However, I want something that will work independently of the current cell.