Moving Cell Formula

I

iamjbunni

I have a spreadsheet with a summary page and several worksheets following.
My formula calculates from a column of data that is updating with new
information each week. How can I set up a formula to automatically select
the cell below with the new data?
 
G

Gord Dibben

Same answer I posted two days ago when you asked same question.

"cell below" what?

Where is the formula and what is the range it averages?

If you place =AVERAGE(A:A) into B1 then as you add data to column A your
formula in B1 will pick up the new data.

Or place this formula in A2 and insert a row above for each new piece of
data.

=AVERAGE(A1:INDEX(A:A,ROW()-1))


Gord Dibben MS Excel MVP
 

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

Top