Please Help Formula

M

melle

:confused: Hi,

In column A I have let's say 1000 numbers. In cell B1 I want the
average of cells
A:10, A:20, A:30, A:40 etc. etc. A990:A1000

How can I copy the formula to 1000.

I hope someone can help me.

Regards,

Melle

Netherlands
 
G

Guest

You're asking how to get the average of the values in every 10th cell, right?

=AVERAGE(IF(MOD(ROW(A1:A1000),10)=0,A1:A1000))

this is an array formula, so enter it with the key combination of
Ctrl+Shift+Enter
 

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 A10:A20:A30 etc... A990;A1000 2
Excel Need Countifs Formula Help 0
Excel Assistance with Fomula 0
formula average 3
sum vlookup results 5
If Multiple Criteria 1
Calculate average in intervals 1
Selective Maximums 2

Top