+ Reply to Thread
Results 1 to 4 of 4

SUM Values in every nth column

  1. #1
    Registered User
    Join Date
    12-08-2013
    Location
    Dubai, United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    70

    SUM Values in every nth column

    help please again!!!

    I have a worksheet that has data spread over columns. i need to now sum the values in a particular column and then sum of every 33rd column.

    It is a format that has standard data from column A-AF, and then the format repeats from AH-BM. so i need the sum of values column R and then AQ and thereon, every 33rd column.

    i tried the following formula and searches but obviously nothing worked so writing to the experts out there.

    im attaching a sample workbook with the data in sheet 1 and the expected result in sheet 2.

    would be grateful of any help!!
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUM Values in every nth column

    Try

    =SUM(OFFSET(Sheet1!$R:$R,0,(ROWS(A$1:A1)-1)*33))

  3. #3
    Registered User
    Join Date
    12-08-2013
    Location
    Dubai, United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: SUM Values in every nth column

    oh! perfect!

    didn't know it was that simple!

    thanks a bunch

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUM Values in every nth column

    You're welcome.

+ 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] How to count unique distinct values from a column where values in other column exists ?
    By Daniel Tou in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-19-2017, 05:48 PM
  2. Transpose values in column to rows, and split cell values to extend column
    By SAMMM in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-03-2015, 12:52 AM
  3. Replies: 2
    Last Post: 12-30-2013, 08:15 AM
  4. Calculate mean of column B values based on date values in column A
    By up&down in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-05-2013, 12:26 PM
  5. Macro that will copy values in Column J and paste values to Column B in new sheet
    By Phixtit in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-16-2010, 04:56 PM
  6. assigning date entries to week values and month values to sum column C-N values C-
    By the accountant in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-20-2010, 09:52 AM
  7. Replies: 2
    Last Post: 11-11-2008, 11:19 AM

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