Average A10:A20:A30 etc... A990;A1000

M

melle

A1:A1000 is filled with values. I want the average A10: A20: A30 etc...
A990:A1000 in cell B1

Manually it is too much work. The formule should be somethinge like
=average(A10 & 10 (Range1:1000))

I hope someone can help me. I am not that expierenced with Excel

Regards,

Mell
 
R

Roger Govier

Hi Melle

You already had an excellent solution from Duke to your posting of this
question under a different thread.
If you had a problem with the array formula, here is a non array
alternative.

=SUMPRODUCT(--(MOD(ROW(A1:A100),10)=0),A1:A1000)/SUMPRODUCT(--(MOD(ROW(A1:A100),10)=0)

It helps if you keep your postings about the same problem in the same
thread, as others can then see easily what solutions you have been
offered so far.

Regards

Roger Govier
 
M

Murtaza

Correction, In case someone might use in future like I did today
=SUMPRODUCT(--(MOD(ROW(A1:A1000),10)=0),A1:A1000)/SUMPRODUCT(--(MOD(ROW(A1:A
1000),10)=0))

"A1:A100" replaced by "A1:A1000"

Regards,
Murtaza
 

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