+ Reply to Thread
Results 1 to 2 of 2

i have to add cells evenly spaced, eg a1 + a11+a21+...+a991

  1. #1
    mcutlac
    Guest

    i have to add cells evenly spaced, eg a1 + a11+a21+...+a991

    i have to add cells evenly spaced, eg a1 + a11+a21+...+a991
    how can I avoid writting all references?

  2. #2
    Ron Coderre
    Guest

    RE: i have to add cells evenly spaced, eg a1 + a11+a21+...+a991

    Try something like this:

    For a list of numbers in Col_A

    B1: =SUMPRODUCT((MOD(ROW(A1:A1000),10)=1)*A1:A1000)

    Adjust range references to suit your situation.

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "mcutlac" wrote:

    > i have to add cells evenly spaced, eg a1 + a11+a21+...+a991
    > how can I avoid writting all references?


+ 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