+ Reply to Thread
Results 1 to 5 of 5

Help Needed Pulling Sum Data Across Columns

  1. #1
    Registered User
    Join Date
    09-03-2015
    Location
    Sunny Cali
    MS-Off Ver
    2007
    Posts
    16

    Help Needed Pulling Sum Data Across Columns

    All,

    I'm having a bit of an issue...I need to sum the cells for week week 34 (C:26:G26 & C27:G27) from the daily pass/fail totals and insert that sum into cells C29 & C30 (I've got this part)....I then need to be able to drag this formula across from C29 & C30 to the next column (D29 & D30) for week 35 and have it pull the totals from week 35 (H:26:L26 & H27:L27) and so on. What formula do I need to make this as simple a process as I think it should be?

    Any help is appreciated, hopefully my picture is helpful and not too confusing.

    8-24-2016 2-30-09 PM.jpg

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: Help Needed Pulling Sum Data Across Columns

    I presume the other weeks are always 5 days wide (including holidays), so you can put this in C29:

    =SUM(INDEX(26:26,(COLUMNS($C:C)-1)*5+3):INDEX(26:26,COLUMNS($C:C)*5+2))

    Copy down into C30, then you can copy the two formulae across as far as you need to.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-03-2015
    Location
    Sunny Cali
    MS-Off Ver
    2007
    Posts
    16

    Re: Help Needed Pulling Sum Data Across Columns

    Pete,
    YOU'RE THE MAN!!!!! Thanks for the assist, worked as described and as expected. I appreciate it!!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: Help Needed Pulling Sum Data Across Columns

    You're welcome - glad to be of help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    For future reference, it is always easier for contributors to work from an Excel file, rather than a picture of one, so you might like to attach a sample workbook to any future threads that you start.

    Pete

  5. #5
    Registered User
    Join Date
    09-03-2015
    Location
    Sunny Cali
    MS-Off Ver
    2007
    Posts
    16

    Re: Help Needed Pulling Sum Data Across Columns

    Thanks for the constructive feedback Pete, it's all been noted. You're help and prompt response allowed me to knock out this job in no time at all!

    Chris

+ 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. Replies: 4
    Last Post: 09-04-2015, 08:18 AM
  2. Data Connection pulling columns out of order
    By cmorten82 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-29-2015, 02:28 PM
  3. [SOLVED] Pulling columns of data based on a drop down
    By af25 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-10-2014, 04:13 PM
  4. pulling a 3 columns of data into one single column
    By HeikEve in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2013, 08:22 PM
  5. Matching Data From Two Columns and Pulling Info From Third
    By jacobhughes in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-05-2013, 02:34 PM
  6. Pulling Data From Columns into Rows
    By Office Idiot in forum Excel General
    Replies: 1
    Last Post: 07-07-2010, 05:35 PM
  7. Pulling data from jumbled columns
    By hardstep in forum Excel General
    Replies: 1
    Last Post: 09-24-2008, 01:06 PM

Tags for this Thread

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