+ Reply to Thread
Results 1 to 5 of 5

Final Figure by Week Ending Date

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    Final Figure by Week Ending Date

    Hi All

    I'm looking for a formula that will find the final closing figure of stock holding per week.

    On the example attached I have a sheet that looks at goods in and out of storage by date and weekend date. I am looking for a formula that will look at the last entry for the weekending date and the figure in column G.

    Would somebody be able to offer some advise?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Final Figure by Week Ending Date

    Not sure if I get this right
    Please try at Goods in Stock Weekending D3
    =IFERROR(LOOKUP(9^9,'Goods into Storage'!$G$4:$G$230/('Goods into Storage'!$B$4:$B$230=B3)),)

  3. #3
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Final Figure by Week Ending Date

    See attached file.

    I added a helper column in first sheet to indicate where the week ending occurs.

    Put this in D3 [Goods in Stock Weekending] and drag it down.

    You can adjust the range if you know the data size in Goods into Storage sheet instead of using the entire columns.

    HTML Code: 
    Attached Files Attached Files
    1. Click on the * Add Reputation if you think this helped you
    2. Mark your thread as SOLVED when question is resolved

    Modytrane

  4. #4
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    Re: Final Figure by Week Ending Date

    Hello, thank you that seems to have worked.

    Can you explain how the formula in column K is working?

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

    Re: Final Figure by Week Ending Date

    the formula in column k compares weekending dates on one row and the row below (column B), if they are not the same they are the last value in that week, eg the closing value

    Subsequent formulas
    =SUMIFS('Goods into Storage'!G:G,'Goods into Storage'!B:B,B3,'Goods into Storage'!K:K,1)

    match the date in column B to the weekending of interest, when column K is also a 1, so just return the last value in column G

+ 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. Sumifs using week ending date
    By Naval11 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2019, 12:45 PM
  2. [SOLVED] Week Ending Date (Thursday)
    By tai8 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-15-2019, 09:10 PM
  3. Replies: 5
    Last Post: 04-11-2017, 09:23 AM
  4. Sheets for every week + start and ending date of the week
    By wimexcel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-30-2012, 01:48 PM
  5. Week ending date help
    By PRodgers4284 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-12-2009, 05:07 AM
  6. Get Week Ending Date in MM/DD/YY Format
    By mycon73 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2009, 08:45 AM
  7. week ending date?
    By SRussell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2008, 06:42 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