+ Reply to Thread
Results 1 to 3 of 3

Query on Excel Formula -FIFO Accounting

  1. #1
    Registered User
    Join Date
    06-10-2011
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    1

    Query on Excel Formula -FIFO Accounting

    Hi ,

    I am facing a serious problem while computing the working capital blocked due my excess purchase items , or due to late realisation .

    I am looking for a formula which I can use to identify my multi-location and multi-product 1) stock outflow on FIFO basis and 2)date of purchase of the sold materials ,

    in other words ,

    1)the date difference ( time period ) between item purchased and sold (realisation ) .and
    2) also the item unsold at the end of the period ( closing stock) .

    Have attached an excel sheet to understand the exact problem

    This is a real life issue and would be grateful if you help me .

    regards
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-16-2004
    Location
    UK
    MS-Off Ver
    2003
    Posts
    85

    Re: Query on Excel Formula -FIFO Accounting

    You could use an array formula.

    Paste the following into cell K11
    =MAX(IF(C11=$C$4:$C11,IF($F$4:F11>0,ROW($F$4:$F11),0),0))
    Now highlight the formula in the formula bar and press ctrl+shift+enter.
    This is now an array formula (it has curly brackets around it)
    This gives the last date when stock was purchased for that item.

    The date difference will just be the one data minus the other, format as number to get days.
    Now in cell I11 put the following
    =INDEX($D$1:$D11,K11)
    And format as date.

    The match formula will give you the first date for each item and then the
    =SUM(Offset(a,b,c,d))
    will enable you to sum a particular range if you know the start and end.
    So you would end up with something like this.
    =SUM(OFFSET(E3,MATCH(C11,$C$4:C11,FALSE),0,4,3))
    Phil

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Query on Excel Formula -FIFO Accounting

    Perhaps you can adapt the last worksheet in http://www.box.net/shared/7xm2kt408n.

    The production and sold quantities are random; push F9 to see different numbers.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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