+ Reply to Thread
Results 1 to 5 of 5

Formula needed to calculate monthly sales volume from one sheet to another based on dates

  1. #1
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Formula needed to calculate monthly sales volume from one sheet to another based on dates

    WS attached

    Sheet ‘STATS’ I15:I26 is where the monthly sales volume needs to appear based on the months in adjacent J15:J26

    Sales volume to be pulled from ‘SALES’ M6”M505 against dates in ‘SALES’ N6:N505

    Thanks
    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: Formula needed to calculate monthly sales volume from one sheet to another based on da

    You can put this formula in cell I15 of the STATS sheet:

    =SUMIFS(SALES!$M$6:$M$550,SALES!$N$6:$N$550,">="&DATEVALUE(1&J15&J$14),SALES!$N$6:$N$550,"<="&EOMONTH(DATEVALUE(1&J15&J$14),0))

    then copy down to I26.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    04-09-2013
    Location
    Philippines, Manila
    MS-Off Ver
    Excel 2010
    Posts
    140

    Re: Formula needed to calculate monthly sales volume from one sheet to another based on da

    Hi,

    What I did was using an array, but I manually change the MONTH to (1-12).
    The formula I used was this:

    =SUM(IF(MONTH(SALES!$N$6:$N$500)=1,SALES!$M$6:M$500,0)) > January

    If you use this formula, do not forget to enter (SHFT + CTRL + ENTER) to use the array.

    Hope this helps.

    Regards,
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: Formula needed to calculate monthly sales volume from one sheet to another based on da

    thanks, i appreciate it

  5. #5
    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: Formula needed to calculate monthly sales volume from one sheet to another based on da

    You're welcome - thanks for the rep.

    Pete

+ 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] Formula Needed to count sales on one sheet based on data in multiple cells on another
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2017, 11:24 PM
  2. How to calculate USD based on product, sales volume, consumption cost
    By ChrisNor in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 06-23-2016, 08:36 AM
  3. Formula needed to calculate budget phasings based on dates
    By Kez35 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2016, 05:22 AM
  4. How to calculate the monthly sales based on the Data given ?
    By yjohari in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-09-2014, 07:10 PM
  5. How to calculate monthly sales between two dates!
    By rojashan in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-21-2014, 09:32 AM
  6. Replies: 2
    Last Post: 10-17-2013, 11:52 AM
  7. Formula Needed for Dates and Sales Figures
    By dcm6276 in forum Excel General
    Replies: 4
    Last Post: 04-14-2010, 03:16 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