I don’t know why I suck so much at using Offset. Maybe somebody has a primer. It’s just some lack of intuitive common sense about the math involved.
For instance, how do I set up an offset type reference call to “Fill Down” in the formula that references a range of 3 cells going down.
I know I have to use offset and row() and some magic combination of pluses and minuses but I can never figure it out without resorting to brute force trial and error. Help me learn! Thanks!!
The db is set up like this:
Sample Value
A-Trial1 10
A-Trial2 9
A-Trial3 9.5
B-Trial1 11
B-Trial2 12
B-Trial3 10
etc…
Sample Average
A =average(B2:B4)
B =average(B5:B7)
etc…