average of different cell values (regular internval)

  • Thread starter Thread starter pickamovie
  • Start date Start date
P

pickamovie

hello all,
i am new to excel.can somebody help me writing a formula fo
calculation the average of intermitnet values...

for example in a column C...
if i need average of c2,c4,c6,c8,c10 (at regular intervals) o
c1,c3,c5,c7,c9 ....

thanks in advanc
 
Assuming your data lays in C1:C25:

SUMPRODUCT(C1:C25,--(MOD(ROW(X1:C25),2)=0))/COUNTA(C1:C25)

You can adjust the value of 2nd parameter of MOD (here:2)

HTH
--
AP

"pickamovie" <[email protected]> a
écrit dans le message de
news:p[email protected]...
 
hi AP first of all thanks for the reply..
i think u misunder stood my problem..
here is the example
column C..
i want the everage of c1,c3,c5,c7,c9 with an interval (here 2)..i wan
the average to be displayed in a specified cell...
thanks
 

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