+ Reply to Thread
Results 1 to 3 of 3

Week by week automatic sales table calculation

  1. #1
    Registered User
    Join Date
    10-19-2008
    Location
    Tokyo
    MS-Off Ver
    MS Offuce 2019
    Posts
    45

    Week by week automatic sales table calculation

    Hi,

    I am trying to calculate my sales data by week to week basis.

    I have attached a file for better understanding of my problem.
    As you can see in the "Sheet1" I have created a table that is separated on weekly basis.
    And I want the sales number shown from the other sheet "SalesData".
    For the first two weeks I just SUMed the sales number together each time.
    Which would take a long time to do for the entire Year.
    But I want to make it automated that If I create a table(just like the February daily sales table) it calculates by it self.

    I can easily create a table that shows the daily sales for example the FEBRUARY daily sales.
    But how do I add them up into a weekly sales?

    Could somebody please help me?

    Thank you.
    Attached Files Attached Files

  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,726

    Re: Week by week automatic sales table calculation

    Put this formula in I8:

    =SUMIFS(SalesData!E:E,SalesData!$A:$A,">="&$G8,SalesData!$A:$A,"<"&$G8+7)

    Copy across into J8:K8, then copy those 3 formulae down as far as you need them.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-19-2008
    Location
    Tokyo
    MS-Off Ver
    MS Offuce 2019
    Posts
    45

    Re: Week by week automatic sales table calculation

    Thank you Pete for the fast and excellent answer.

+ 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] Making Daily Sales Planner recognize which month and which week to pull sales data from
    By Topher53180 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-30-2014, 10:33 AM
  2. Week over week calculation
    By Cassi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-22-2013, 01:54 PM
  3. [SOLVED] Calculation based on week & Table number
    By zeko90 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-25-2013, 05:13 AM
  4. How to: identify repeat offenders within a 3 week period (week per week basis)
    By Heloc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-28-2012, 12:43 AM
  5. Sales per week by region
    By Roan242 in forum Excel General
    Replies: 2
    Last Post: 07-22-2011, 07:37 AM
  6. Pivot Table - Highest Sales Per Week
    By soja in forum Excel General
    Replies: 0
    Last Post: 05-23-2010, 09:07 PM
  7. copy week total in weekly sales worksheet to appropriate week in monthly sales
    By Sandy2976 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-15-2009, 01:04 PM

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