+ Reply to Thread
Results 1 to 7 of 7

Using fifo for costing

  1. #1
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Using fifo for costing

    Hello All,

    Please in the attached, I have products purchased at different dates with different prices. Using FIFO for issuance on the second table, what formular can I use to cost the item so as to arrive at the amount for each day's issuance?


    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Using fifo for costing

    Please take a minute to include the desired results (which you can enter manually) in your sample then re-upload the workbook.

    Once we see the desired results, we can build a formula to replicate them automatically.

  3. #3
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Re: Using fifo for costing

    I have reattached the file with some adjustments. What I want is a formular to cost items issued (Table 2) based on its purchasing price in table 1.
    Attached Files Attached Files

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Using fifo for costing

    You still haven't filled in the desired results. Column I is empty.

    I have a feeling that you are looking for this in I5, but I can't be sure without seeing the desired results.

    =D5/H5

    You can also get rid of column D and use this:

    =B5*C5/H5

  5. #5
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Using fifo for costing

    =vlookup(g6,$a$6:$b$22,2)*h6
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    05-17-2010
    Location
    Nigeria, Owerri
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    255

    Re: Using fifo for costing

    Thanks.

    I have reattached the file with some adjustments. I want products to be issued at their purchase price. I have included a column for my expected results for some transactions. I hope it's clearer now.

    Regards.
    Attached Files Attached Files

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Using fifo for costing

    Try this in I6:

    =IFERROR((SUM(C5:C$6)-SUM(H5:H$6))*B5+(H6-(SUM(C5:C$6)-SUM(H5:H$6)))*B6,H6*B6)

    The result matches the 3 results that you shared in post #6.

+ 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. Need fifo qty and value in fifo qty and value column
    By makhdoomliaqat in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-28-2021, 07:16 AM
  2. FIFO Inventory Costing/Handling.
    By Bangkay in forum Excel General
    Replies: 1
    Last Post: 10-29-2015, 09:43 AM
  3. FIFO Costing Problem
    By GOLDENEXCEL in forum Excel General
    Replies: 8
    Last Post: 02-08-2015, 07:33 AM
  4. Fifo costing based on item code
    By Mohamad Mneimneh in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-18-2014, 10:17 AM
  5. VBA Code for Job Costing
    By Gmil in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-23-2013, 01:42 AM
  6. Costing
    By chacha in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-18-2009, 09:34 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