Avrage of averages

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

I have, with your help, a column : =IF(E4="","",E4/18) which gives the
average of data in one row.

What I need now is a constantly updated average of all the averages. Should
I do that in a new column? and how? or at the bottom of the column, which
will need it to float downwards, as more rows are added?

Thank yo
 
Hi

In your case as you are only dividing a single cell value by a constant of
18, and Average of the Averages will return the correct result.

So, assuming you have your formula in column F, in cell F3 enter
=AVERAGE(F4:F1000)

Amend the range to suit the amount of data you have. Average will ignore
empty cells.
 

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

Similar Threads

Average Question 2
Averages 4
Function for Cumulative Average? 6
need some basic help 4
Excel 2007 average formula 3
averaging numbers 5
Average Value 34
COUNTIF + ADDRESS Issue 1

Back
Top