+ Reply to Thread
Results 1 to 2 of 2

[solved]Sum Days into weeks

  1. #1
    Forum Contributor
    Join Date
    01-06-2011
    Location
    cleveland
    MS-Off Ver
    Excel 2007
    Posts
    225

    [solved]Sum Days into weeks

    in column B, i have a list of days running (currently 1-30), starting at b2. in columns c and d i have data i would like to sum those totals into weeks of 7 in a single cell.

    can anybody point me in the right direction for how to do this?

    thank you for your help

    edit: im working in google spreadsheets so sumifs cannot be used, however i have found alternative workarounds to sumifs statements so if i can at least get the workflow i can adapt as needed
    Last edited by kamelkid2; 12-15-2011 at 03:08 PM.

  2. #2
    Forum Contributor
    Join Date
    01-06-2011
    Location
    cleveland
    MS-Off Ver
    Excel 2007
    Posts
    225

    Re: Sum Days into weeks

    putting "1" for week 1 in j26, i just did

    =SUMIF($B:$B,J26*7,D:D)+SUMIF($B:$B,J26*7-1,D:D)+SUMIF($B:$B,J26*7-2,D:D)+SUMIF($B:$B,J26*7-3,D:D)+SUMIF($B:$B,J26*7-4,D:D)+SUMIF($B:$B,J26*7-5,D:D)+SUMIF($B:$B,J26*7-6,D:D)

    probably not the most efficient but hey it works. hope i didnt waste anybody's time

+ 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