+ Reply to Thread
Results 1 to 3 of 3

Help: Adding Revenue by Date-specific Cohorts Using SUMIFS

  1. #1
    Registered User
    Join Date
    04-16-2014
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    4

    Help: Adding Revenue by Date-specific Cohorts Using SUMIFS

    I'm trying to sum revenue listed in a table using a SUMIFs function filtering for two separate dates - in this case the day a player installed an app (Column D in the second worksheet) and the day of actually paying money within the app (Column B). Please see the attached sheet which should make more sense.

    I need to filter and sum revenue (Column C) by the following - 1) install date (Column D) being between two dates listed in the first worksheet, and 2) date of spend (Column B) being a certain number of days beyond the install date listed in Column D. The number of days is in Column A of the first worksheet. (I am also filtering by the 'Network' in Column A, but that's beside the question.)

    This is the formula I'm using, as seen in cell C6:

    =SUMIFS('iOS Revenue Data'!C:C,'iOS Revenue Data'!A:A,$A$3,'iOS Revenue Data'!D:D,">="&+$B$1,'iOS Revenue Data'!D:D,"<="&+$B$2,'iOS Revenue Data'!B:B,'iOS Revenue Data'!D:D+A6-1)

    or --> SUMIFS(Revenue, Source Network = Text in cell A3, Install Date is greater than date in B1 and less than date in B2, Date of Spend = Install date + a number of days listed in Column A).

    So in a case where A6 at the end equals 2, it should return all revenue from users that installed on any day within the range and paid something on day (INSTALL DATE)+2-1, or the second day post-install, etc.

    The part at the end is giving me a lot of trouble. I can't get the revenue to reliably sum from Dates of Spend that are a certain number of days past their respective Install Date.

    Help?
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,812

    Re: Help: Adding Revenue by Date-specific Cohorts Using SUMIFS

    =SUMIFS('iOS Revenue Data'!C:C,'iOS Revenue Data'!A:A,$A$3,'iOS Revenue Data'!D:D,">="&+$B$1,'iOS Revenue Data'!D:D,"<="&+$B$2,'iOS Revenue Data'!B:B,'iOS Revenue Data'!D:D+A6-1)

    What are those plus signs in red doing?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    04-16-2014
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Help: Adding Revenue by Date-specific Cohorts Using SUMIFS

    Nothing - good point. Removed those.

    Any help on the last portion, for summing values from multiple dates in column B that are a certain number of days past multiple dates in column D?

+ 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. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  2. Weighted average in age cohorts
    By ml77 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-25-2012, 07:56 AM
  3. Adding up a specific date
    By jamescoutts in forum Excel General
    Replies: 4
    Last Post: 05-21-2010, 10:51 AM
  4. Linking revenue to a specific month
    By mcarvaja in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-05-2007, 07:20 PM
  5. Linking revenue to a specific month
    By mcarvaja in forum Excel General
    Replies: 3
    Last Post: 08-05-2007, 09:38 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