+ Reply to Thread
Results 1 to 12 of 12

STOCK MOVEMENT day to day

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

    STOCK MOVEMENT day to day

    I am usually making it by monthly totals , I want anaylse closely by daily movement

    Find attached , need formula on c3 that should go check sheet 2 convert sales which are negatives into positives and returns
    which are positives into negatives into the cells where the product belongs

    I think it is related to SUMPRODUCT , as I use this for monthly fetch
    =SUMPRODUCT((Sheet2!$D$2:$D$6=Sheet1!$A3)*(MONTH(Sheet2!$A$2:$A$6)=(COLUMN()-MIN(COLUMN(Sheet1!$C$2:$N$2))+1)),-Sheet2!$G2:$G6)
    Attached Files Attached Files

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

    Re: STOCK MOVEMENT day to day

    ALVING CHUNG , it was answered by you last time

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

    Re: STOCK MOVEMENT day to day

    Anyone ? I need it for some work early morning tomorrow

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

    Re: STOCK MOVEMENT day to day

    Anyone again

  5. #5
    Valued Forum Contributor
    Join Date
    12-25-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    506

    Re: STOCK MOVEMENT day to day

    Quote Originally Posted by makinmomb View Post
    I am usually making it by monthly totals , I want anaylse closely by daily movement

    Find attached , need formula on c3 that should go check sheet 2 convert sales which are negatives into positives and returns
    which are positives into negatives into the cells where the product belongs
    Hi makinmomb, I have no clue about your actual criteria base on your description above.
    Could you manually enter some expected results in the sheet, and describe how you get the results here?


    _______________________________________________________________________________________________________________________________
    1. Click on the * Add Reputation if you think someone helped you
    2. Mark your thread as SOLVED when question is resolved

    Alvin

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

    Re: STOCK MOVEMENT day to day

    a b c d e f g h
    03/06/2013 239.002.11 -6 Issue
    03/06/2013 239.002.11 -4 Issue
    03/06/2013 239.002.02 -1 Issue

    Based on the partial data fetch , I am expecting 10 for code 239.002.11 to go into the date 03.06.2013 and 1 for 239.002.02 and zero for the rest of the codes on that date as there were no sales on other codes

  7. #7
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: STOCK MOVEMENT day to day

    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  8. #8
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,465

    Re: STOCK MOVEMENT day to day

    Maybe in C3:
    =-SUMPRODUCT((Sheet2!$A$1:$A$44=Sheet1!C$2)*(Sheet2!$D$1:$D$44=Sheet1!$A3)*Sheet2!$G$1:$G$44)
    Drag down and across.
    Note that the date format in sheet1 and sheet2 do not complied together. Try to keep them in same format.
    Quang PT

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

    Re: STOCK MOVEMENT day to day

    Can someone be kind enough to paste the answer file , I desperately need this formula , I am getting a zero result
    file that I don't understand or if someone can quote me the email in private , I can send it across

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

    Re: STOCK MOVEMENT day to day

    I meant paste the attachment with the working formula

  11. #11
    Registered User
    Join Date
    09-11-2008
    Location
    Burlington, NC
    Posts
    1

    Re: STOCK MOVEMENT day to day

    Sheet 2 Column A is not true dates. The column is formatted as General and the dates typed in.

    Sheet 1 C2: AG2 are true dates. All dates must be in the same format in order for the formulas given to you to work.

  12. #12
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,882

    Re: STOCK MOVEMENT day to day

    @makinmomb

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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. VBA Code to pull Stock Balance Sheet Data from a Stock Symbol in a cell
    By akash1229 in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 02-27-2015, 04:37 PM
  2. [SOLVED] Stock movement columns monthly pulling
    By makinmomb in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2014, 04:54 AM
  3. Replies: 4
    Last Post: 01-29-2013, 02:26 AM
  4. Replies: 0
    Last Post: 10-28-2012, 07:22 AM
  5. Replies: 0
    Last Post: 09-25-2012, 09:39 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