+ Reply to Thread
Results 1 to 2 of 2

Need formula to sum range of cells consecutively across a row not duplicating used cells

  1. #1
    Registered User
    Join Date
    04-25-2013
    Location
    Augusta
    MS-Off Ver
    Excel 2010
    Posts
    3

    Need formula to sum range of cells consecutively across a row not duplicating used cells

    I have many columns of data on a single row that correspond with each month of the year. I'd like to create a formula that would calculate quarterly totals on a different sheet, and then be able to copy and paste that formula down the row and have it maintain the 3 cell range, however it needs to skip the columns that were used in the previous cell.
    Example
    Sheet 2 A1 = Sheet 1SUM(A1:C1)
    Sheet 2 B1 = Sheet 1 SUM(D1:F1)
    Sheet 2 C1 = Sheet 1 SUM(G1:I1), and so on.

    I have tried copying and pasting the formula across the row, but it gives me SUM(A1:C1), SUM(B1:D1), SUM(C1:E1),etc. respectively, which is not correct.

    Is there a way to create a formula to do this? I tried creating a formula using INDEX, but I just kept getting errors.

    Please help.

    Thanks

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Need formula to sum range of cells consecutively across a row not duplicating used cel

    In Sheet2 A1:
    =SUM(OFFSET(Sheet1!$A$1,0,3*(COLUMN()-1),1,3))
    then drag across.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] consecutively number cells in a column range
    By prissy2 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 11:05 AM
  2. consecutively number cells in a column range
    By prissy2 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  3. [SOLVED] consecutively number cells in a column range
    By Anne Troy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 04:05 AM
  4. consecutively number cells in a column range
    By prissy2 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  5. [SOLVED] consecutively number cells in a column range
    By prissy2 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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