Hello,
Is there an easier way for me to do the following:
=AVERAGE(F4:F24)
But the start and end point values change depending on the worksheet.
So I end up having seperate reference cells for the start and end point values, 4 and 24 in this case.
My formula ends up looking like this, but it seems way too complicated:
=AVERAGE(INDIRECT(ADDRESS(INDIRECT(ADDRESS(1,1)),6)):INDIRECT(ADDRESS(INDIRECT(ADDRESS(2,1)),6)))
A1=4
A2=24
I have row / column functions set up also so I can add rows and columns as necessary, just curious if there's a different or better method of doing this.
Bookmarks