I'm teaching myself arrays, and I've come across a strange phenomena when using a =sum(row array.
Assume that the numbers 1-10 are entered into cells A1:A10. If I write an array =sum(row(A1:A10)) then the formula returns 55. However, if I enter that same data into cells A2:A11 and adjust the array accordingly, the answer returned is 65. It seems that every row that I move the numbers down adds 10 to the value.
Bookmarks