+ Reply to Thread
Results 1 to 4 of 4

How to create a custom sum series?

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    SF
    MS-Off Ver
    Excel 2010
    Posts
    14

    How to create a custom sum series?

    Hi,

    I have a series of days in column A in sheet 1. Revenue in column C. In sheet 2, I have days grouped up into weeks in column A. A week is every 7 days. How do I make the =Sum function add revenue values in sheet 1 column C for every 7 days so that the dates match?

    Here's what the formulas should look like when I pull the right handle down or end result.

    =SUM(Day!C3:C9)
    =SUM(Day!C10:C16)
    =SUM(Day!C17:C23)
    =SUM(Day!C24:C30)
    =SUM(Day!C31:C37)

    So far I've done this:

    in a separate scratch sheet

    Cell A1 Cell B1
    10 16
    =A1+7 =B1+7

    and so on down to create the correct series in raw numbers. Then I did =CONCATENATE("Day!C",A1,":","C",B1) which gives Day!C10:C16. This is where I'm stuck. How do I go back to sheet 2 and enter =Sum(Day!C10:C16)? =Sum function is looking for a cell not looking at the value parameters I just created.
    Last edited by kooldis; 02-19-2016 at 03:19 PM.

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: How to create a custom sum series?

    If it was me, I'd add a WEEKNUMBER helper column
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Then use a pivot table to summarise by week.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    06-20-2013
    Location
    SF
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: How to create a custom sum series?

    Hmm I'm tasked to not use a pivot table though. Do I just go ahead and type things out by hand?

  4. #4
    Registered User
    Join Date
    06-20-2013
    Location
    SF
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: How to create a custom sum series?

    I got it!!

    create a "=Sum(" in the next column and pull that down. Do another =CONCATENATE for the series and "=Sum(" to get ex: "=Sum("Day!C10:C16). Then copy that and paste as values back in sheet 1!

+ 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. How to create custom tabs using CUSTOM UI EDITOR in excel 2007
    By narendrabr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-10-2014, 12:38 PM
  2. Custom fill series
    By 2013 in forum Excel General
    Replies: 2
    Last Post: 11-20-2013, 02:10 PM
  3. Using a Series as Custom Data Labels
    By lmaner in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-25-2012, 04:59 PM
  4. Custom Numerical Fill Series
    By sabrinigreen in forum Excel General
    Replies: 7
    Last Post: 12-21-2011, 10:50 PM
  5. Run a data series through custom calculator??
    By Myer in forum Excel General
    Replies: 11
    Last Post: 04-27-2010, 07:40 PM
  6. Custom fill series?
    By martinkorner in forum Excel General
    Replies: 15
    Last Post: 06-25-2006, 01:30 PM
  7. Help with Excel Fill Custom Series
    By CADDMiami in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 03-16-2005, 10:41 PM
  8. [SOLVED] I've created a custom fill series. Now I don't know how to use i.
    By candybluevt in forum Excel General
    Replies: 2
    Last Post: 01-26-2005, 05: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