+ Reply to Thread
Results 1 to 7 of 7

Task is to get the sum qty for each day for each machine requirement line wise.

  1. #1
    Registered User
    Join Date
    07-07-2023
    Location
    Colombo
    MS-Off Ver
    2016
    Posts
    3

    Smile Task is to get the sum qty for each day for each machine requirement line wise.

    hi all,

    There are 5 machine types such as

    1. US BOTH CUT
    2. US AUTO CUT
    3. US DYE CUT
    4. CHOPPER
    5. RR

    For each day, the machine requirement (M/R) and PCS output (Qty) is there.

    Task is to get the sum qty for each day for each machine requirement line wise.

    Let's say that I need to get the US DYE CUT sum qty in cell B21.

    B12 will get the sum of QTY for the column in 7/07/2023.

    Can anybody help please much appreciated.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by AliGW; 07-07-2023 at 04:35 AM. Reason: Thread title improved - generic thread titles are NOT permitted.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,204

    Re: Task is to get the sum qty for each day for each machine requirement line wise.

    Welcome to the forum.

    Please review our rules, particularly the one about thread titles. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,204

    Re: Task is to get the sum qty for each day for each machine requirement line wise.

    In B19 copied across and down:

    =COUNTIF(B$2:B$16,$A19)

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,204

    Re: Task is to get the sum qty for each day for each machine requirement line wise.

    Or maybe this?

    =SUMIF(B$2:B$15,$A19,B$3:B$16)

    Some expected results should be mocked up in the workbook.
    Last edited by AliGW; 07-07-2023 at 04:59 AM. Reason: Typo fixed - thanks!

  5. #5
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Task is to get the sum qty for each day for each machine requirement line wise.

    slight typo but agree with Ali

    =SUMIF(B$2:B$15,$A19,B$3:B$16)

  6. #6
    Registered User
    Join Date
    07-07-2023
    Location
    Colombo
    MS-Off Ver
    2016
    Posts
    3

    Thumbs up Re: Task is to get the sum qty for each day for each machine requirement line wise.

    it worked thanks a lot guys! special thanks to all who replied !!!

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,204

    Re: Task is to get the sum qty for each day for each machine requirement line wise.

    Glad to have helped.

    If you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. Formula for stock cover/ days in inventory and also generate excel formula for it
    By james brownson in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-14-2021, 01:41 AM
  2. [SOLVED] VBA, User-defined formula argument referring to cell value calculated by Excel formula
    By ARAGORN II in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-23-2017, 01:57 PM
  3. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  4. Replies: 2
    Last Post: 03-21-2014, 11:43 AM
  5. Macro: Applying formula to multiple cells in excel (formula editing)
    By city in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-27-2012, 06:41 AM
  6. Replies: 0
    Last Post: 03-19-2012, 07:32 PM
  7. Replies: 1
    Last Post: 03-04-2012, 12:03 AM

Tags for this Thread

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