+ Reply to Thread
Results 1 to 5 of 5

Fortnight wise Sum

  1. #1
    Forum Contributor leo73pk's Avatar
    Join Date
    09-28-2006
    Location
    UAE
    MS-Off Ver
    2016, Microsoft 365
    Posts
    294

    Fortnight wise Sum

    I have attached a file with sample data and required output.

    Required Output

    I just want to automatically calculate the fortnight wise sum of order quantities for each customer in Required output sheet based on the data where date wise data is given.

    Regards,
    Attached Files Attached Files
    Last edited by leo73pk; 01-12-2023 at 04:19 PM.
    Best Regards,
    Hamza


    It is the greatest of all mistakes to do nothing because you can only do little - do what you can.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Fortnight wise Sum

    I suggest you put the start dates of each fortnight in your summary table to avoid any ambiguity in selecting data.

    =SUMIFS(Data!$E$3:$E$16,Data!$D$3:$D$16,$B4,Data!$B$3:$B$16,">=" &C$3,Data!$B$3:$B$16,"<" &C$3+14)
    Attached Files Attached Files
    Last edited by JohnTopley; 01-12-2023 at 01:01 PM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor leo73pk's Avatar
    Join Date
    09-28-2006
    Location
    UAE
    MS-Off Ver
    2016, Microsoft 365
    Posts
    294

    Re: Fortnight wise Sum

    Thanks John,

    for your time to reply my post. actually the actual data consist of records for one year and for 40 customers comprises of few hundred rows. I just require the output (Fortnight wise sum of orders for each customer). I too have this SUMIFs formula in mind but the challenge is to get results for fortnight. I have elaborated the fortnights in the enclosed file for ease of understanding.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Fortnight wise Sum

    You need to enter start/end date for each fortnight e,g in rows 4 and 5

    =SUMIFS(Data!$E$3:$E$16,Data!$D$3:$D$16,$B4,Data!$B$3:$B$16,">=" &C$4,Data!$B$3:$B$16,"<=" &C$5)
    Attached Files Attached Files

  5. #5
    Forum Contributor leo73pk's Avatar
    Join Date
    09-28-2006
    Location
    UAE
    MS-Off Ver
    2016, Microsoft 365
    Posts
    294

    Re: Fortnight wise Sum

    Thanks John
    Your proposed formula gives the required results. Thanks for your time and support.

+ 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] Sorting Shares sale, script-wise and date-wise
    By bal1 in forum Excel General
    Replies: 13
    Last Post: 03-11-2021, 10:10 AM
  2. Replies: 4
    Last Post: 05-01-2020, 01:10 AM
  3. [SOLVED] calculate the duration Month wise ( total days in to period wise )
    By abuharvey in forum Excel General
    Replies: 4
    Last Post: 10-16-2018, 07:33 AM
  4. [SOLVED] Using formulas show the ranking wise top products qty month and status wise
    By Chinnavenky in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-30-2016, 02:01 AM
  5. [SOLVED] need to arrange column wise data to row wise with monthly wise
    By alok.gupta4ever in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-03-2016, 11:11 AM
  6. vba code for automating branch wise day wise amount to summary file
    By pranithpm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2014, 04:18 AM
  7. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 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