formula for averaging

  • Thread starter Thread starter Guest
  • Start date Start date
Hi
a little bit more information would be helpful. Probably a combination
of AVERAGE and OFFSET would do
 
Depends on how your data is laid out...

One way:

Assume data in column A, and want a 10-value rolling average in column B.

B10: =AVERAGE(A1:A10)

and copy down. XL will adjust the cell references.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top