+ Reply to Thread
Results 1 to 3 of 3

SUM with different range

  1. #1
    Registered User
    Join Date
    05-16-2011
    Location
    Bucharest
    MS-Off Ver
    Excel 2003
    Posts
    32

    SUM with different range

    I want to SUM the values of column A from 7 to 7 strating with cell A4

    Ex: A4+A11+A18+.........A74

    How do I modify SUM(A4:A74) to calculate the sum from exemple ??

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: SUM with different range

    Try:

    =SUMPRODUCT(--(MOD(ROW(A4:A74)-ROW(A4),7)=0),A4:A74)
    Hope that helps,

    Colin

    RAD Excel Blog

  3. #3
    Registered User
    Join Date
    05-16-2011
    Location
    Bucharest
    MS-Off Ver
    Excel 2003
    Posts
    32

    Re: SUM with different range

    Quote Originally Posted by Colin Legg View Post
    Try:

    =SUMPRODUCT(--(MOD(ROW(A4:A74)-ROW(A4),7)=0),A4:A74)
    It works !

    thank you !

+ 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