+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : sum between two date with respect to specific customer

  1. #1
    Registered User
    Join Date
    06-15-2012
    Location
    united arab emirates
    MS-Off Ver
    Excel 2007
    Posts
    45

    sum between two date with respect to specific customer

    Hi,

    i am new to this group, i want help to solve my problem.
    i made sales register in excel where i am adding my daily sales invoices.
    i created one sample workbook.

    i want total sales made to specific customer between two date.
    i.e. sales made with customer abc ltd. between 01.01.2012 to 30.01.2012

    please help

    thank you,
    Shailesh
    Attached Files Attached Files
    Last edited by shaileshgavanang; 06-15-2012 at 01:10 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: sum between two date with respect to specific customer

    Assuming your start date in H2, and end date in H3, try:

    =SUMIFS($E$5:$E$80,$B$5:$B$80,">="&H2,$B$5:$B$80,"<="&H3)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-15-2012
    Location
    united arab emirates
    MS-Off Ver
    Excel 2007
    Posts
    45

    Re: sum between two date with respect to specific customer

    hi,

    thanks for the answer, but i want to find the sales made to particular customer, eg. sales made to abc ltd. between 01.01.12 to 31.01.2012

    Quote Originally Posted by NBVC View Post
    Assuming your start date in H2, and end date in H3, try:

    =SUMIFS($E$5:$E$80,$B$5:$B$80,">="&H2,$B$5:$B$80,"<="&H3)

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: sum between two date with respect to specific customer

    You can add the condition to the formula.

    Say the customer of interest is in H4, then formula is now:

    =SUMIFS($E$5:$E$80,$B$5:$B$80,">="&H2,$B$5:$B$80,"<="&H3,$D$5:$D$80,H4)

  5. #5
    Registered User
    Join Date
    06-15-2012
    Location
    united arab emirates
    MS-Off Ver
    Excel 2007
    Posts
    45

    Re: sum between two date with respect to specific customer

    Thank you Sir, its working well,

    thanks once again


    Quote Originally Posted by NBVC View Post
    You can add the condition to the formula.

    Say the customer of interest is in H4, then formula is now:

    =SUMIFS($E$5:$E$80,$B$5:$B$80,">="&H2,$B$5:$B$80,"<="&H3,$D$5:$D$80,H4)

+ 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