+ Reply to Thread
Results 1 to 3 of 3

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

Hybrid View

  1. #1
    Registered User
    Join Date
    09-05-2005
    Posts
    10

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

    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,

    Melle

  2. #2
    Roger Govier
    Guest

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

    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



    melle wrote:

    >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,
    >
    >Melle
    >
    >
    >
    >


  3. #3
    Murtaza
    Guest

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

    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

    "Roger Govier" <roger@nospamtechnology4u.co.uk> wrote in message
    news:4343E21D.5060905@nospamtechnology4u.co.uk...
    > 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:A1
    00),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
    >
    >
    >
    > melle wrote:
    >
    > >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,
    > >
    > >Melle
    > >
    > >
    > >
    > >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1