EngrStudent
New Member
- Joined
- Jul 18, 2007
- Messages
- 4
I have a spread sheet with four columns of data. Column A is a list of numbers. I need to take the average over a specific range of cells in Column A and place that average in Column D. Column B & C tell me the range of cells I need the average between. For example if B1 = 3 and C1 = 7, then D1 = AVERAGE(A3:A7). However, I need a way to write this formula referencing B1 and C1 so I don't have to manually type the formula for every Column D cell. Something like D3 = AVERAGE(A[B3]:A[C3]) imagining that [X] took the value in the cell.
Clear? I had trouble explaining this one to a friend. Thank you.
Clear? I had trouble explaining this one to a friend. Thank you.