+ Reply to Thread
Results 1 to 5 of 5

How to calculate sales total for a month from the dates (more than 5 years data)

Hybrid View

devawad How to calculate sales total... 08-27-2012, 07:57 AM
Pepe Le Mokko Re: How to calculate sales... 08-27-2012, 08:03 AM
devawad Re: How to calculate sales... 08-28-2012, 01:31 AM
Fotis1991 Re: How to calculate sales... 08-27-2012, 08:05 AM
BarryTSL Re: How to calculate sales... 08-27-2012, 08:12 AM
  1. #1
    Forum Contributor
    Join Date
    04-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    113

    Post How to calculate sales total for a month from the dates (more than 5 years data)

    Dear All,

    Kindly tell me HOW TO CALCULATE SALES TOTAL FOR A MONTH FROM THE DATES (MORE THAN 5 YEARS DATA)

    I attached sample sheet for reference...please see and help

    thanks in advance...


    devawad
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,605

    Re: How to calculate sales total for a month from the dates (more than 5 years data)

    You can try a Pivot Table

  3. #3
    Forum Contributor
    Join Date
    04-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    113

    Re: How to calculate sales total for a month from the dates (more than 5 years data)

    Dear, Pepe Le Mokko

    Thanks and I appreciate your quick response,but I was looking for a formula for the same ...anyway thanks a lot.

    Thanks and regards,

    devawad

    ---------- Post added at 11:01 AM ---------- Previous post was at 10:54 AM ----------

    Dear Fotis1991,

    Thanks, You always gives best solutions for my problems/query's in a simple way,You are simply great......

    Thanks...Thanks...Thanks...Thanks...Thanks...

    That's all I can say..

    regards,

    devawad.

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How to calculate sales total for a month from the dates (more than 5 years data)

    Try

    =SUMPRODUCT((YEAR(A2:A10)=YEAR(D1))*(MONTH(A2:A10)=MONTH(D1))*(B2:B10))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Forum Contributor
    Join Date
    01-24-2011
    Location
    Sheppey
    MS-Off Ver
    Excel 2010
    Posts
    239

    Re: How to calculate sales total for a month from the dates (more than 5 years data)

    Try

    =ROUND(SUMIFS(B2:B10,A2:A10,">="&D1,A2:A10,"<="&EOMONTH(D1,0)),0)

+ 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