E
ExcelMonkey
I have a question about he SUM(INDEX()) combo.
I have data in a 2D array in excel. 3 rows by 2columns. Say:
1AB
245
336
497
INDEX(A1:B5,1,1) = 4
INDEX(A1:B5,1,2) = 5
However when I use 0s I get
INDEX(A1:B5,0,1) = 9
INDEX(A1:B5,0,2) = 7
And when i go, SUM(INDEX(A1:B5,0,2) ) = 18. Bascially it sums colum
2. But I don't know why. If INDEX(A1:B5,0,2) = 7, then how does th
formula know to add the entire 2nd Column
I have data in a 2D array in excel. 3 rows by 2columns. Say:
1AB
245
336
497
INDEX(A1:B5,1,1) = 4
INDEX(A1:B5,1,2) = 5
However when I use 0s I get
INDEX(A1:B5,0,1) = 9
INDEX(A1:B5,0,2) = 7
And when i go, SUM(INDEX(A1:B5,0,2) ) = 18. Bascially it sums colum
2. But I don't know why. If INDEX(A1:B5,0,2) = 7, then how does th
formula know to add the entire 2nd Column