+ Reply to Thread
Results 1 to 8 of 8

Inventory movement convert daily to WEEKLY

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Inventory movement convert daily to WEEKLY

    Have the formula that does the work daily ,
    need formula on sheet3 , that does the convert
    of daily into weeks ?
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Inventory movement convert daily to WEEKLY

    Hi

    before I answer your question, an observation....

    What is the purpose of teh *-1 at the end of this?

    =(SUMIFS(Sheet2!$H:$H,Sheet2!$E:$E,$A2,Sheet2!$A:$A,C$1)*-1)
    If you want to "negative" the answer, just use...
    =-SUMIFS(Sheet2!$H:$H,Sheet2!$E:$E,$A2,Sheet2!$A:$A,C$1)
    If it is to to convert a text answer to a numeric, then that wont work, as the sumifs() will not add text.

    To start of your answer, it woukd really help if you add some dummy data to sheet2, and also include some headings? I would approach this with a helper column in sheet2 with =WEEKNUM(A1), and then base your calcs on that
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Inventory movement convert daily to WEEKLY

    Quote Originally Posted by FDibbins View Post
    Hi

    before I answer your question, an observation....

    What is the purpose of teh *-1 at the end of this?

    =(SUMIFS(Sheet2!$H:$H,Sheet2!$E:$E,$A2,Sheet2!$A:$A,C$1)*-1)
    If you want to "negative" the answer, just use...
    =-SUMIFS(Sheet2!$H:$H,Sheet2!$E:$E,$A2,Sheet2!$A:$A,C$1)
    If it is to to convert a text answer to a numeric, then that wont work, as the sumifs() will not add text.

    To start of your answer, it woukd really help if you add some dummy data to sheet2, and also include some headings? I would approach this with a helper column in sheet2 with =WEEKNUM(A1), and then base your calcs on that
    That is 103 rows of raw data , look at sheet1 , its compiling by daily

  4. #4
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Inventory movement convert daily to WEEKLY

    You may need to pull not from the raw data , perhaps from the sheet1 maybe

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Inventory movement convert daily to WEEKLY

    Still did not answer my question as to why you are *-1.

    I still suggest that you add a helper column with the =WEEKNUM(), then base the calc off that

  6. #6
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Inventory movement convert daily to WEEKLY

    Our sap system report throws movements into negatives , and returns
    into positives , that negative can be avoided , if the raw data is multiplied
    by 1 and than copy paste special

  7. #7
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Inventory movement convert daily to WEEKLY

    I mean negative raw data quantity multiply -1 to get positive raw data

  8. #8
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,611

    Re: Inventory movement convert daily to WEEKLY

    Go ahead add the helper , lets see how it looks like ?

+ 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. Effective inventory movement tracking
    By plotikai in forum Excel General
    Replies: 0
    Last Post: 04-09-2014, 02:00 PM
  2. Stock movement DAILY
    By makinmomb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-10-2014, 06:08 AM
  3. Replies: 3
    Last Post: 10-01-2013, 05:05 AM
  4. [SOLVED] Convert Daily Stock date into weekly data.
    By stockgoblin42 in forum Excel General
    Replies: 13
    Last Post: 05-25-2012, 07:15 AM
  5. convert daily dates/data to weekly
    By sarar in forum Excel General
    Replies: 1
    Last Post: 09-14-2010, 06:28 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