OceanDesigner
Programmer
I am sure this is common, but I can't seem to figure it out. I am calculating the average of a column of data. Ordinarily I would just write =AVERAGE(A1:A5). In this case, the array is specified in other cells after various lookups. Columns A and B have data. Columns D1 and E1 hold the row and column of the first cell in the array. Columns C2 and D2 hold the row and column of the last cell in the array. In the following example, I want AVERAGE(B3:B5). I need help converting the integer cell values (2,3) and (2,5) into an array that I can use to calculate the average.
A B C D E
1 6 2 3
2 2 2 5
3 7
4 8
5 9
Thanks, Jeff
A B C D E
1 6 2 3
2 2 2 5
3 7
4 8
5 9
Thanks, Jeff